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)管理員
最新試題
開源軟件都是自由軟件。
tail命令用于顯示文件的末尾部分,加上參數(shù)-f后,就相當(dāng)于linux的監(jiān)控系統(tǒng),例如:tail -f /var/log/httpd/access_log。
linux系統(tǒng)中,要查看/etc/passwd文件前10行,應(yīng)該在終端中輸入()命令
下面式子是絕對路徑的是()
在linux中,cd -表示的意思是()
在linux中,要刪除非空目錄/a,應(yīng)該在終端中輸入()
在Linux中,文件可以沒有后綴名,后綴名的作用是為了給用戶提示。
在Linux 中,啟動VI 編輯器使用命令()
linux中使用mv命令時當(dāng)源位置與目標(biāo)位置是同一位置時,是改名(重命名)。
Linux系統(tǒng)中要切換到2號終端,應(yīng)使用的鍵盤組合鍵為Ctrl+Alt+F2。