Cyber 1-2 Flashcards

(35 cards)

1
Q

Mkdir

A

Make directory

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

touch

A

Create file

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

Osint

A

Open source intelligence

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

ls

A

List, list contents of directory

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

Man

A

Manual, for commands, will display what commands do and their options.

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

ls -l

A

Long list, gives some info on all items in directory

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

Dark blue in linux

A

Directory

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

Green in linux

A

Executable file

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

RWX on ls -l list

A

Read, write, executable file

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

ls -a

A

Used to read everything in a directory, even hidden files

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

ssh

A

Secure shell, used to remote into other systems

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

Clear

A

Will clear screen

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

Tab

A

Will automatically complete long commands

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

Dpad up and down

A

Historical commands for fast retrieval

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

History command

A

Will show everything that has been run

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

cd

A

Change directory

17
Q

pwd

A

Shows the working directory

18
Q

Cd .. or cd../..

A

Move back 1 or 2 directories

19
Q

cd ~

A

Home directory

20
Q

Cd /

A

Change to root directory

21
Q

bin

A

All binary files on system, commands, apps, etc. Green = executable files, teal=link file

22
Q

etc

23
Q

opt

A

3rd party, non os files

24
Q

tmp

A

Temporary directory, deleted when system reboots

25
usr
User files. Files that can be shared among machines.
26
var
Log files
27
media
Where removable media devices are mounted
28
mnt
Where you mount media devices to. Not like PC where automatic
29
What does the File Command do?
Lists what a file is
30
tree
Maps directoy structures in a hierarchical, tree like format
31
cp
Copy file
32
*
Wildcard. Use to copy anything starting or ending with *. Ex. *config. Or use alone to move everything
33
mv
Move files, or remane
34
rm
Remove files
35
Sudo
Commands for super user access, will need password