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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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’

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

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

4.單項選擇題?MariaDB中創(chuàng)建一個只能從本地登陸的帳號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;

5.單項選擇題?配置SELinux選項永久起效的命令是()。

A.setsebool -p ftpd_full_access on
B.setsebool -P ftpd_full_access on
C.虛擬用戶
D.系統(tǒng)管理員