Module 04 - Linux Overview Flashcards
1
Q
Linux is open …?
A
Source
2
Q
The user of Linux has more control over …?
A
the operating system
3
Q
what is Sguil?
A
Linux cybersecurity analyst console
4
Q
What is security onion
A
An open-source suite of tools that work together for network security analysis.
5
Q
What is Wireshark?
A
Network packet capture tool
6
Q
mv
A
Moves or renames files and directories
7
Q
chmod
A
modifies file permissions
8
Q
chown
A
changes ownership of a file
9
Q
dd
A
copies data from an input to an output
10
Q
pwd
A
displays the name of the current directory
11
Q
ps
A
lists the processes running
12
Q
su
A
become a superuser/admin
13
Q
sudo
A
runs a command as admin
14
Q
grep
A
used to search for specific strings of characters
15
Q
ifconfig
A
display network card related info