Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Basic of linux 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?

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?

A. chmod u-x, go+r note
B. chmod go+r, u+x note
C. chmod g-x, uo+r note
D. chmod go+x, u-x note

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? Read More »

Basic of linux unix