单项选择题
为文件file1的所属组增加写权限的正确操作是()
A.chmod o+w file1
B.chmod g+w file1
C.chmod u+x file1
D.chmod g+x file1
点击查看答案&解析
相关考题
-
单项选择题
向group1组中添加成员zhangsan,正确的命令是()
A.useradd zhangsan to group1
B.groupadd zhangsan group1
C.groupadd group1zhangsan
D.gpasswd -a zhangsan group1 -
单项选择题
如果想设置下次开机时,vsftpd服务会被自动启动,可以使用命令()
A.systemctl start vsftpd
B.systemctl is-enable vsftpd
C.systemctl reload vsftpd
D.systemctl enable vsftpd -
单项选择题
如果想重新启动vsftpd服务,可以使用命令()
A.systemctl stop vsftpd
B.systemctl restart vsftpd
C.systemctl state vsftpd
D.systemctl status vsftpd
