A.iSCSI server
B.iSCSI client
C.iSCSI target
D.iSCSI initiator
您可能感興趣的試卷
你可能感興趣的試題
A.systemctl start iscsi
B.systemctl start target
C.systemctl enable iscsi
D.systemctl enable target
A.include /data/navy2.sql
B.source /data/navy2.sql
C.import /data/navy2.sql
D.@/data/navy2.sql
A.grant all on hr.*to ’stu001’@’localhost’
B.grant on hr.*to ’stu001’@’localhost’
C.grant all on hr.student to ’stu001’@’localhost’
D.grant all on hr.*to stu001@localhost
A.netstat -ant∣grep 3306
B.netstat -ant ∣find 3306
C.netstat -ant &grep 1433
D.netstat -ant∣∣grep 3306
A.mariadb-server
B.mariadb.client
C.mariadb-group
D.mariadb.server
最新試題
開源軟件都是自由軟件。
linux系統(tǒng)中,要查看/etc/passwd文件前10行,應(yīng)該在終端中輸入()命令
在linux中,要再次使用曾經(jīng)使用過的第2條命令,可以在終端中輸入()
在linux中,要?jiǎng)h除非空目錄/a,應(yīng)該在終端中輸入()
在linux中要在/下面創(chuàng)建多級(jí)目錄/a/b/c/d時(shí),下面正確的是()
linux系統(tǒng)中,普通用戶test1可以訪問其它用戶的家目錄。
在linux中當(dāng)我們要修改一個(gè)文件時(shí),要先對(duì)文件進(jìn)行備份后,再作修改,否則會(huì)出錯(cuò),這時(shí)我們需要使用cp 復(fù)制命令,后面再加相應(yīng)的參數(shù)-a或-p都是可以的。
運(yùn)用vi編輯器,編輯完畢網(wǎng)卡文件/etc/sysconfig/network-scripts/ifcfg-ens33保存并退出后,需要重啟對(duì)應(yīng)的網(wǎng)卡服務(wù),在centos 7中,下列哪個(gè)命令是正確的()
在shell腳本的語(yǔ)法中,常見運(yùn)算符有哪些?()
tail命令用于顯示文件的末尾部分,加上參數(shù)-f后,就相當(dāng)于linux的監(jiān)控系統(tǒng),例如:tail -f /var/log/httpd/access_log。