Vidyalelo
Computer Science · Q69

UNIX

Engineering and GATE · Computer Science · question 69

Q69

Which of the following commands is used to assign executable permission to the owner of the file named "note"?

A.
chmod g+x note
B.
chmod u+w note
C.
chmod u+x note
Answer
D.
chmod ugo+x note
E.
None of the above

Answer: Option C

Solution

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