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?()A、chmod -R u+rw /applicationB、chmod -r u+rw /applicationC、chmod -R o+rw /applicationD、chmod -r o+rw /application
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?()
- A、chmod -R u+rw /application
- B、chmod -r u+rw /application
- C、chmod -R o+rw /application
- D、chmod -r o+rw /application
相关考题:
如何将shell脚本exam.sh设置为所以用户都能执行( )。 A.chmod a+x exam.shB.chmod a+w exam.shC.chmod a+r exam.shD.chmod u+x exam.sh
要将file文件的权限设置为“-r--r--r--”,正确的命令是()。A.chmod444fileB.chmoda+rfileC.chmodu+r,g+r,o+rfileD.chmoda=rfile
Which command will configure a directory /commonfiles so that a user cannot delete files owned by other users in the same group?() A.chmod +S /commonfilesB.chmod 4775 /commonfilesC.chmod 1777 /commonfilesD.chmod -orgx /commonfiles
Asystemadministratorwantstogivefullread/write/excuteaccesstotheownerandgroupofthe/stuffdirectoryandallsubdirectoriesandfiles,butonlyallowread/executeforothers.Whatcommandwouldtheadministratoruse?() A.chmod-R775/stuffB.chmod-h002/stuffC.chmod-R577/stuffD.chmodug+rwx,o+rx/stuff
The system administrator has requested that all setuid/setgid bits be removed from executables in application filesystem. Which command will achieve this?() A. chmod -R o-s /applicationB. chmod -R ug-s /applicationC. chmod -R -s -o /applicationD. chmod -R -s -ug /application
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?() A. chmod -R u+rw /applicationB. chmod -r u+rw /applicationC. chmod -R o+rw /applicationD. chmod -r o+rw /application
Howshouldread,writeandexecutepermissionsfor‘group’and‘other’begrantedtoallfilesanddirectorieswithinthe/appfilesystem?() A.chmod-R677/appB.chmod-R664/appC.chmod-r677/appD.chmod-r664/app
Linux系统在默认情况下将创建的普通文件的权限设置为( ),若要将/test文件的权限设置为所有用户都具有读写执行的权限,则正确的命令是(请作答此空)。A.chmod-rw-r--r--/testB.chmod test-r--r--r--C.chmod-777/testD.chmod-111/test
下面()命令可以改变test目录中所有文件的权限。A、$chmod–a755 testB、$chmod–R755 testC、$chmod–X755 testD、chmod–o755test
在linux中,文件exer1的访问权限为rw-r--r--,现要增加所有用户的执行权限和同组用户的写权限,下列命令正确的是()A、chmod?a+x,?g+w?exer1B、chmod?775?exer1C、chmod?765exer1D、chmod?g?w?exer1
在UNIX中,可用ls命令察看文件属性,一个文件file1的属性为“RW_R_ _ R _ _”,如果对文件赋予本用户读写执行权限,组内用户和其它用户读写权限,则使用()命令。A、chmod g+rw,o+r file1B、chmod 755 file1C、chmod g+rwx file1D、chmod 775 file1
文件exer1的访问权限为rw-r--r--,现要增加所有用户的执行权限和同组用户的写权限,下列命令正确的是()。A、chmod a+xg+w exer1B、chmod 765 exer1C、chmod o+x exer1D、chmod g+w exer1
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()A、chmod +s /tmpB、chmod 755 /tmpC、chmod 1777 /tmpD、chmod 4755 /tmp
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?()A、chmod -R 775 /stuffB、chmod -h 002 /stuffC、chmod -R 577 /stuffD、chmod ug+rwx,o+rx /stuff
How can permissions be set up on /tmp so that a user cannot delete another user’s files?()A、chmod +s /tmpB、chmod 775 /tmpC、chmod 1777 /tmpD、chmod 4755 /tmp
Which of the following commands makes /bin/foo executable by everyone but writable only by its owner?()A、 chmod 557 /bin/fooB、 chmod o+rwx.a+rx/bin/fooC、 chown 557 /bin/fooD、 chmod 755/bin/foo
Which command will configure a directory /commonfiles so that a user cannot delete files owned by other users in the same group()? A、chmod +S /commonfilesB、chmod 4775 /commonfilesC、chmod 1777 /commonfilesD、chmod -orgx /commonfiles
Which single compound ’chmod’ command would achieve the same result as these four commands?() A、chmod go+w mydirB、chmod go-w mydirC、chmod go-w-x mydirD、chmod go-w+x mydir
How should read, write and execute permissions for ‘group’ and ‘other’ be granted to all files and directories within the /app filesystem?()A、chmod -R 677 /appB、chmod -R 664 /appC、chmod -r 677 /appD、chmod -r 664 /app
The system administrator has requested that all setuid/setgid bits be removed from executables in application filesystem. Which command will achieve this?()A、chmod -R o-s /applicationB、chmod -R ug-s /applicationC、chmod -R -s -o /applicationD、chmod -R -s -ug /application
Your network consists of a single Active Directory domain. All domain controllers run Windows Server 2008 R2. All client computers run Windows 7. All user accounts are stored in an organizational unit (OU) named Staff. All client computer accounts are stored in an OU named Clients. You plan to deploy a new application. You need to ensure that the application deployment meets the following requirements: èUsers must access the application from an icon on the Start menu. èThe application must be available to remote users when they are offline. What should you do?()A、Publish the application to users in the Staff OU.B、Publish the application to users in the Clients OU.C、Assign the application to computers in the Staff OU.D、Assign the application to computers in the Clients OU.
单选题Which of the following commands makes /bin/foo executable by everyone but writable only by its owner?()A chmod 557 /bin/fooB chmod o+rwx.a+rx/bin/fooC chown 557 /bin/fooD chmod 755/bin/foo
单选题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?()Achmod -R 775 /stuffBchmod -h 002 /stuffCchmod -R 577 /stuffDchmod ug+rwx,o+rx /stuff
单选题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?()Achmod -R u+rw /applicationBchmod -r u+rw /applicationCchmod -R o+rw /applicationDchmod -r o+rw /application
单选题The system administrator has requested that all setuid/setgid bits be removed from executables in application filesystem. Which command will achieve this?()Achmod -R o-s /applicationBchmod -R ug-s /applicationCchmod -R -s -o /applicationDchmod -R -s -ug /application
单选题How should read, write and execute permissions for ‘group’ and ‘other’ be granted to all files and directories within the /app filesystem?()Achmod -R 677 /appBchmod -R 664 /appCchmod -r 677 /appDchmod -r 664 /app