First page Back Continue Last page Image
- Ctrl-Alt-T : Open a Terminal (CLI) Window
- exit : Leave the terminal and return to GUI
- ls or ls -las : What is in the Current Working Directory (The folder I am in right now)
- cd <path> : Go to another Directory/Folder
- pwd : Tell me where I am (Print Working Directory)
- Using these commands find the file called “passwd”
Navigating In Linux