Cyber 1-2 Flashcards
1
Q
Mkdir
A
Make directory
2
Q
Touch
A
Create folder
3
Q
Osnit
A
Open source intelligence
4
Q
Ls
A
List, list contents of directory
5
Q
Man
A
Manual, for commands, will display what commands do and their options.
6
Q
Ls -l
A
Long list, gives some info on all items in directory
7
Q
Dark blue in linux
A
Directory
8
Q
Dark blue in linux
A
Directory
9
Q
Green in linux
A
Executable file
10
Q
RWX on ls -l list
A
Read, write, executable file
11
Q
Ls -a
A
Used to read everything in a directory, even hidden files
12
Q
Ssh
A
Secure shell, used to remote into other systems
13
Q
Clear
A
Will clear screen
14
Q
Tab
A
Will automatically complete long commands
15
Q
Dpad up and down
A
Historical commands for fast retrieval