Cyber 1-2 Flashcards

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 folder

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

Osnit

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

Dark blue in linux

A

Directory

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

Green in linux

A

Executable file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
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
11
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
12
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
13
Q

Clear

A

Will clear screen

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

Tab

A

Will automatically complete long commands

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
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
16
Q

History

A

Will show everything that has been run

17
Q

Cd

A

Change directory

18
Q

Pwd

A

Shows the working directory

19
Q

Cd .. or cd../..

A

Move back 1 or 2 directories

20
Q

Cd ~

A

Home directory

21
Q

Cd /

A

Change to root directory

22
Q

Bin

A

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

23
Q

Etc

A

Config files

24
Q

Opt

A

3rd party, non os files

25
Q

Tmp

A

Temporary directory, deleted when system reboots

26
Q

Usr

A

User files

27
Q

Var

A

Log files

28
Q

Media

A

Removable media devices

29
Q

Mnt

A

Where you mount media devices to. Not like PC where automatic

30
Q

File command

A

Lists what a file is

31
Q

Tree command

A

Shows the path from the current file to where you are at.

32
Q

Cp

A

Copy file

33
Q

*

A

Wildcard. Use to copy anything starting or ending with *. Ex. *config. Or use alone to move everything

34
Q

Mv

A

Move files

35
Q

Rm

A

Remove files

36
Q

Sudo

A

Commands for super user access, will need password