chmod go+w mydir
chmod go-w mydir
chmod go-w-x mydir
chmod go-w+x mydir
第1题:
A.chmod-R775/stuff
B.chmod-h002/stuff
C.chmod-R577/stuff
D.chmodug+rwx,o+rx/stuff
第2题:
A. chmod -R u+rw /application
B. chmod -r u+rw /application
C. chmod -R o+rw /application
D. chmod -r o+rw /application
第3题:
●在Linux中,可以使用命令(63)来给test文件赋予执行权限。
(63)
A. [root@root]#chmod -x test
B. [root@root]#chmod +x test
C. [root@root]#chmod -w test
D. [root@root]#chmod +w test
第4题:
下面()命令可以改变test目录中所有文件的权限。
第5题:
用下列哪句语句给/opt/package/scripts目录赋权限()。
第6题:
A system administrator wants to give full read/write/excute access to the owner and group of the /stuff directory and all subdirectories and files, but only allow read/execute for others. What command would the administrator use?()
第7题:
Solaris中,将文件aaa赋予属主全权,而赋予其他人可执行权的命令为
第8题:
如何给test这个文件加上可执行权限()。
第9题:
Which command will configure a directory /commonfiles so that a user cannot delete files owned by other users in the same group()?
第10题:
An application owner wants to grant write permission to all users for all the files and directories in the application directory. Which of the following is the correct command?()
第11题:
为了修改文件test的许可模式,使其文件属主具有读、写、和运行的权限,组和其它用户可以读和运行,可以采用()方法。
第12题:
chmod 557 /bin/foo
chmod o+rwx.a+rx/bin/foo
chown 557 /bin/foo
chmod 755/bin/foo
第13题:
A. chmod -R o-s /application
B. chmod -R ug-s /application
C. chmod -R -s -o /application
D. chmod -R -s -ug /application
第14题:
A.chmod-R677/app
B.chmod-R664/app
C.chmod-r677/app
D.chmod-r664/app
第15题:
第16题:
Linux中,为文件test.txt添加一个"其他用户可执行"权限时,使用()。
第17题:
How can permissions be set up on /tmp so that one user in a group cannot delete another user’s files in that same group()
第18题:
如何给test这个文件加上可执行权限()
第19题:
要想使任何人对文件commfile拥有“可读、可写、可执行”的全部权利,可通过()命令实现。()
第20题:
Which of the following commands makes /bin/foo executable by everyone but writable only by its owner?()
第21题:
Which single compound ’chmod’ command would achieve the same result as these four commands?()
第22题:
How should read, write and execute permissions for ‘group’ and ‘other’ be granted to all files and directories within the /app filesystem?()
第23题:
The system administrator has requested that all setuid/setgid bits be removed from executables in application filesystem. Which command will achieve this?()
第24题:
chmod go+w mydir
chmod go-w mydir
chmod go-w-x mydir
chmod go-w+x mydir