Basics Reversed Flashcards

1
Q

print working directory

A

pwd

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

computer’s network name

A

hostname

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

make directory

A

mkdir

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

change directory

A

cd

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

list directory

A

ls

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

remove directory

A

rmdir

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

push directory

A

pushd

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

pop directory

A

popd

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

copy file or directory

A

cp

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

robust copy

A

robocopy

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

move file or directory

A

mv

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

page thru file`

A

more

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

print file

A

type

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

run command on many files

A

forfiles

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

find files

A

dir -r

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

find things inside file

A

select-string

17
Q

read a manual page

A

help

18
Q

find what man page is appropriate

A

helpctr

19
Q

print some arguements

A

echo

20
Q

export/set new environment variable

A

set

21
Q

exit shell

A

exit

22
Q

become super root DANGER

A

runas