Commands Flashcards
1
Q
pwd
A
Print working directory - outputs the name of the current working directory
2
Q
ls
A
List - lists all files and directories in the working directory
3
Q
cd
A
Change directory - switches you into the directory you specified
4
Q
mkdir
A
Make directory - creates and new directory in the working directory
5
Q
touch
A
Creates a new file inside the working directory
6
Q
CLI
A
Command line interface
7
Q
cat
A
Outputs the contents of a specified file