If the ls -l
command returns drwxrw-r-x
, which permissions do others
have?
Perfect! The others
is the final three characters. r
and x
tell us the others
can read and execute the file or directory.
Whoops! The others
is the final three characters. r
and x
tell us the others
can read and execute the file or directory.