52.4k views
4 votes
A Linux administrator would like to configure a user's access to a file as read-only. Which of the following would provide this configuration setting? A) chmod B) passwd C) su D) vi E) ps

1 Answer

5 votes

Answer: A) chmod

Explanation: The chmod (change mode) command can be used to set the read, write, and execute to a file system object.

User Hypermiler
by
8.1k points