Which octal value should be used with the chmod command to set permissions so that the owner has read, write, and execute rights, while the group and others have read and execute permissions?

Choose the correct answer

Explanation

The octal permission 755 grants the owner full access (read, write, execute), and allows the group and others to read and execute the file. This matches the required permission settings.

Which octal value should be used with the chmod comm… — Basic of linux unix | PakQuizHub