Basic Shell Commands Flashcards

1
Q

(Windows) dir

A

List contents of current directory

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

(UNIX) ls

A

List contents of current directory

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

(Windows) cd

A

Display current directory

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

(UNIX) pwd

A

Display current directory

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

(Windows) / (UNIX) cd path

A

change current directory

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

(Windows)
copy
path1
path2

A

copy file path1 to name/location path2

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

(UNIX)
cp
path1
path2

A

copy file path1 to name/location path2

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

(Windows)

move path path

A

move file path1 to name/location path2

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

(UNIX)

mv path path

A

move file path1 to name/location path2

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

(Windows)

del path

A

delete file path

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

(UNIX)

rm path

A

delete file path

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

(Windows) rm dir path

A

delete folder/directory path

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

(UNIX) rm dir path

A

delete folder/directory path

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

(Windows) mkdir path

A

create folder/directory path

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

(UNIX) mkdir path

A

create folder/directory path

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

(Windows) type path

A

print file path to screen

17
Q

(UNIX) cat path

A

print file path to screen

18
Q

(Windows) Notepad path

A

Open file path im a text editor

19
Q

(UNIX) gedit path nano path

A

Open file path im a text editor

20
Q

(Windows) whoami

A

Tells the username for the account that is executing the command

21
Q

(UNIX) whoami

A

Tells the username for the account that is executing the command