Commands Flashcards
1
Q
pwd
A
print working directory, the current directory that you are in
2
Q
cd
A
change directory to path specified i.e. cd /etc/
3
Q
cd ..
A
- go up one directory
4
Q
cd -
A
return last directory
5
Q
cd ~
A
change to home directory of the current logged in user