Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleAnswer
Code Block
[<username>]$ cd /root
-bash: cd: /root: Permission denied
[<username>]$ ls -l /
...
# No permission set for other read permissions
dr-xr-x---.   17 root root  4096 Oct  4 12:58 root

No. There are no permissions set for other read permissions.

Code Block
dr-xr-x---.   17 root root  4096 Oct  4 12:58 root

Next Steps

...