Versions Compared

Key

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

...

Code Block
# Can you cd into the /opt folder?
[arcc-t05@blog1 ~]$ cd /opt
[arcc-t05@blog1 opt]$

# Can you cd into the /root folder?
[arcc-t05@blog1 ~]$ cd /root
-bash: cd: /root: Permission denied

# Justify your answer.
[arcc-t05@blog1 ~]$ ls -l /
...
# “other” has read permissions
drwxr-xr-x.    5 root root    43 Jun 26 11:47 opt
...
# No permission set for other read permissions
dr-xr-x---.   17 root root  4096 Oct  4 12:58 root

...

04 Summary

...

04.01 Summary

In this workshop we have:

  • Introduced the basics of the Linux OS using a command-line interface.

  • Taken a look at the hierarchical file system and how to navigate around it.

  • Introduced the basics of file/folder permissions and ownership.

  • How to view, create, update and delete files and folders.

...

04.02 The End

Any questions?

Thank you.