Lab 1: UNIX Essentials

Exercises:

This lab was an introduction to UNIX essentials, and how to navigate the Uni-versitys Linux system.

  1. There was an introductory guide to the bash console, with us being pro-vided a bash script to run.
  2. We created a public_html directory within our home file to house the lab diary as a website, and started making the landing page and the lab diary.
  3. Set up all the correct permissions for each of the directories and files.

Commands and tidbits:

Reflections

I came into this lab with some slight prior knowledge of linux, so the lab wasfairly straightforward to follow. This was just an introduction to UNIX whichintroduced several very useful commands like chmod.

Prior, I had installed WSL2 and Ubuntu 20.04 onto my system already, andknew about the basics such as copying and moving files, and navigating the filestructure.

In my opinion, chmod being able to use octal representation was the mostuseful thing I learned, as using one octal number is much quicker than thealternative long form.

References

Back