Joe. a user m the IT department cannot save changes to a sensitive file on a Linux server. An 1s -1& snows the following listing; Which of the following commands would BEST enable the server technician to allow Joe to have access without granting excessive access to others?
正解:C
The chmod command is used to change the permissions of files and directories. The g+w option means to grant write permission to the group owner of the file. Since Joe is a member of the IT group, which is also the group owner of the file, this command will allow him to save changes to the file without affecting the permissions of other users. Verified Reference: [Linux chmod command]