Vidyalelo
Computer Science · Q470

Linux

Engineering and GATE · Computer Science · question 470

Q470

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
Answer
C.
chmod –f –r +x /home/user1/direct
D.
chmod –F +x /home/user1/direct

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board