Try-It-Yourself: Accessing Directories at the Command Prompt
Tasks to be performed:
- Locate the application titled "gcc" using whereis command.
- Display the present working directory.
- Change the current working directory to /usr/bin .
- Change the current working directory to /home/student .
- Move to the parent directory.
- Go to the previous directory by the shortcut method i.e using '-' operator.
- Display the present working directory.