Exercise (Navigation)
- Log into Linux either directly to VM or through SSH
- Show your current directory using the pwd command
- List the contents of the current directory using the ls command
- List the contents of the root directory using the ls command
- Navigate to the root directory using the cd command
- List the contents of the root directory with file details including hidden files
- Navigate back to the users home directory using the tilde (~) character
- Create a directory called myDocs using the mkdir command
- Navigate into the new directory using an absolute file path
- Navigate back to the users home directory using a relative path