Practice Test Geeks home

010-160 - LPI Linux Essentials File Permissions and Ownership Questions and Answers

โฑ๏ธ About 5 min to complete ยท 6 questions

A system administrator needs to set the permissions for a shell script named `deploy.sh`.
The requirements are that the owner can read, write, and execute it; members of the group can read and execute it; and all other users can only read it.

Which of the following `chmod` commands will set these permissions correctly using octal notation?

Select your answer