This report shows the basic commands used in Linux system administration and security.
Using Linux Bash terminal.
- Determine the current location.

- Show current most process highest CPU usage.

- Print at the screen all PATH environment variables.

- Save the above in point 4 in a file called Path.txt
- Show the content of the Path.txt

- Create a new user named user1 , user2. Create passwords.
- Verify both users have been created by checking the passwd and shadow files.

- Log out from your current user and login as user1
- Verify you are at the user1 home directory.

- Create new folder called Folder 1

- Change to the Folder1 directory and create a file File1

- Check the permission of File1

- Log out from user1 and login as user2.

- Does user2 have access to File1?
