
Linux中,设置test用户密码90天过期错误的方法是()。
A.在/etc/shadow文件中test用户行的第四个和第五个冒号中间写入90
B.在/etc/login.defs中配置PASS_MAX_DAYS90
C.在/etc/passwd文件中test用户行的第四个和第五个冒号中间写入90
D.使用命令chage-M90test

A.在/etc/shadow文件中test用户行的第四个和第五个冒号中间写入90
B.在/etc/login.defs中配置PASS_MAX_DAYS90
C.在/etc/passwd文件中test用户行的第四个和第五个冒号中间写入90
D.使用命令chage-M90test
第1题
A.掌握根用户口令的系统管理员,理论上最好只有一个
B.要执行一个根用户才有权限执行的命令,必须先切换为根用户身份
C.可以通过某种方法分配给普通用户一些合理的根用户“权力”
D.系统中的根用户只有一个
E.要与其他人共享根用户权限,就需要告诉他根用户密码
第3题
A.grant all on test.* to ‘zhang3’@’localhost’ identified by ‘123.com’
B.grant zhang3 on test.* to ‘all’@’localhost’ identified by ‘123.com’
C.grant zhang3 on test.* to ‘zhang3’@’all’ identified by ‘123.com’
D.grant all on test.* to ‘localhost’@’ zhang3’ identified by ‘123.com’
第5题
A.chmod start.sh 706
B.chmod start.sh 750
C.chmod start.sh 705
D.chmod start.sh 777