LA-1 Basic Commands Flashcards
1
Q
pwd
A
Show current working directory path
2
Q
cd
A
Change directory
3
Q
• ls
A
List contents of directory
4
Q
• sudo
A
Allows a super user to run a command with root priviledges
5
Q
• mkdir
A
Create new directory
6
Q
• rmdir
A
Remove directory
7
Q
• touch
A
Create new empty files