Vidyalelo
Computer Science · Q146

Linux

Engineering and GATE · Computer Science · question 146

Q146

If you are a root user, how can you grand execute permission only for the owner of the file project1?

A.
chmod +x project1
B.
chmod u+x project1
Answer
C.
chmod a+x project1
D.
chmod U+X project1

Answer: Option B

Solution

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