單項(xiàng)選擇題?在Samba中,設(shè)置自定義共享節(jié)是參數(shù)path后應(yīng)該填寫()。

A.共享目錄描述
B.共享目錄名稱
C.共享目錄允許訪問(wèn)的用戶
D.共享目錄的絕對(duì)路徑


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題?/etc/fstab文件中最后一個(gè)字段設(shè)置為0,表示()。

A.備份
B.不備份
C.自檢
D.不自檢

2.單項(xiàng)選擇題?MariaDB中回收用戶stu001關(guān)于hr數(shù)據(jù)庫(kù)中表students的select權(quán)限,語(yǔ)句正確的是()。

A.revoke select on hr.*from ’stu001’@’localhost’
B.revoke select on hr.students from ’stu001’@’%’
C.revoke select on hr.student from ’stu001’@’localhost’
D.revoke select on hr.students to ’stu001’@’localhost’

3.單項(xiàng)選擇題?用戶"root"登錄本地服務(wù)器上的MariaDB數(shù)據(jù)庫(kù)的命令是()。

A.mysqld -uroot -p
B.mysql -uroot -p
C.mysqladmin -uroot -p
D.mysqldump -uroot -p

4.單項(xiàng)選擇題MariaDB缺省配置時(shí),使用的TCP端口是()。

A.1433
B.8080
C.443
D.3306

5.單項(xiàng)選擇題?MariaDB中創(chuàng)建一個(gè)只能從本地登陸的帳號(hào)stu001,正確的是()。

A.create user ’stu001’@’localhost’
B.create user stu001
C.create user ’stu001’@’localhost’identified ’123’
D.create user ’stu001’@’localhost’identified by xxx;