Linux CLI - File Permissions and Ownership
Which of the following is the correct permission notation for a file where others have only execute permission?
x, and no read or write means dashes -. So others' permissions should be --x.rwxrwx--- ends with --- (no permissions).rwxrwxr-- ends with r-- (read only).rwxrwxrwx ends with rwx (all permissions).rwxrwx--x ends with --x (execute only).15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions