单项选择题
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
点击查看答案
相关考题
-
单项选择题
The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?()
A. chvg -a y testvg
B. chfs -A yes /test
C. mount /test -auto=yes
D. chlv -a automount=y testlv -
单项选择题
The operator needs to execute a long-running shell script. How can the script be executed so the operator does not have to wait until it is complete to access the command prompt?()
A. ./script.ksh
B. nohup ./script.ksh
C. run -b ./script.ksh
D. ./script.ksh > nohup.out -
单项选择题
An operator needs to transfer several files in the same directory using ftp without being prompted. Which of the following ftp subcommands must be used?()
A. int put *
B. int mput *
C. prompt put *
D. prompt mput *
