Module 04 - Linux Overview Flashcards
Linux is open …?
Source
The user of Linux has more control over …?
the operating system
what is Sguil?
Linux cybersecurity analyst console
What is security onion
An open-source suite of tools that work together for network security analysis.
What is Wireshark?
Network packet capture tool
mv
Moves or renames files and directories
chmod
modifies file permissions
chown
changes ownership of a file
dd
copies data from an input to an output
pwd
displays the name of the current directory
ps
lists the processes running
su
become a superuser/admin
sudo
runs a command as admin
grep
used to search for specific strings of characters
ifconfig
display network card related info
apt-get
used to intsall, configure or remove packages
passwd
used to change the password
cat
used to list the contents of a file
man
used to display the documentation for a specific command
ls
displays files inside a directory
cd
changes the current directory
mkdir
creates a directory under the current directory
cp
copies files from source to destination
rm
removes files