1.

What is the command to set the execute permissions to all the files and subdirectories within the directory /home/user1/direct

A. chmod –r +x /home/user1/direct
B. chmod –R +x /home/user1/direct
C. chmod –f –r +x /home/user1/direct
D. chmod –F +x /home/user1/direct
Answer» C. chmod –f –r +x /home/user1/direct


Discussion

No Comment Found