Commands Flashcards

1
Q

pwd

A

Print working directory - outputs the name of the current working directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ls

A

List - lists all files and directories in the working directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

cd

A

Change directory - switches you into the directory you specified

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

mkdir

A

Make directory - creates and new directory in the working directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

touch

A

Creates a new file inside the working directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CLI

A

Command line interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

cat

A

Outputs the contents of a specified file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly