Learning is inevitable right, on that note I'm starting the Linux file system after An Introduction to Linux and Terminal Basics, moving on to the next one.

Sudo and root access

  1. cd / - switch to root directory
  2. ls /home/ - listing the files in the home directory here in this case listing users.

What is root access?

  1. cd - for the user's home directory.
  2. cd .. - for the previous directory from the present directory
  3. cd - for the previous working directory
  4. Try cd ../.. command from the user's home directory and see where it leads to.

What is sudo?

Change password

Here are handy keyboard shortcuts for Ubuntu Desktop:

https://twitter.com/jksrtwt/status/1551131265918574593

Hope you got a good idea about sudo and root access. Happy learning buddy.