Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Computer Science
»
Unix
Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others?
chmod u-x, go+r note
chmod go+r, u+x note
chmod g-x, uo+r note
chmod go+x, u-x note
None of the above
Show Answer
Correct Answer:
chmod u-x, go+r note
← Previous Question
Next Question→
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment