A.備份
B.不備份
C.自檢
D.不自檢
您可能感興趣的試卷
你可能感興趣的試題
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’
A.mysqld -uroot -p
B.mysql -uroot -p
C.mysqladmin -uroot -p
D.mysqldump -uroot -p
A.1433
B.8080
C.443
D.3306
A.create user ’stu001’@’localhost’
B.create user stu001
C.create user ’stu001’@’localhost’identified ’123’
D.create user ’stu001’@’localhost’identified by xxx;
A.setsebool -p ftpd_full_access on
B.setsebool -P ftpd_full_access on
C.虛擬用戶
D.系統(tǒng)管理員
最新試題
在linux中要在/下面創(chuàng)建多級目錄/a/b/c/d時,下面正確的是()
在Linux 中,啟動VI 編輯器使用命令()
開源軟件都是自由軟件。
在Centos 7中能夠從圖形界面切換到文本字符模式的方法有()
在Linux 中,配置完畢網(wǎng)卡,而且重啟服務(wù)后,要想查看IP地址是否生效的命令是()
LINUX中root用戶可以更改所有用戶的密碼。
在linux中當(dāng)我們要修改一個文件時,要先對文件進行備份后,再作修改,否則會出錯,這時我們需要使用cp 復(fù)制命令,后面再加相應(yīng)的參數(shù)-a或-p都是可以的。
LINUX系統(tǒng)中,如果用戶沒有密碼,也是可以進入系統(tǒng)的。
在Linux中,文件可以沒有后綴名,后綴名的作用是為了給用戶提示。
在linux中,要刪除非空目錄/a,應(yīng)該在終端中輸入()