Linux Flashcards
True or false Kali is based on Debian?
True
True or false CentOS is based on Fedora?
True
Does Debian contain a GUI environment?
No, but one can be installed
What are the benefits of GUI?
GUI interface simplifies file management tasks, such as moving directories, copying and pasting files and folders, and accessing directory listings
What system is often used by penetration tester?
Kali
Is RHEL licensed?
Yes
What is a free application used as opposed to paying for RHEL?
CentOS
What is open-source
Source code published by developers and organizations so that anyone can see how the program is written, and modify and enhance the code.
Linux file and directory organization follows a single root inverted tree structure?
True
What command will show the directory?
pwd
What sign will show you are in root?
pound sign
What does chmod command do?
Command is used to change permissions for a file or directory on a Unix machine.
Which command would sort the results of the ls command?
ls | sort
What is the package management tool used for Red Hat distributions?
rpm
Which of the following is a graphical editor?
Inkscape
What command is used to change a password?
passwd
What does .tar stand for?
Tape archive, which is used to create Archive and extract the Archive files.
Which command list the contents of a .tar file?
tar -tf
If I wanted to delete the folder and everything in it what command would I use?
rm -rf *, which would recursively delete all files in the current directory, including directories within that directory.
What does the /etc command do?
/etc – text files system configuration files (used to change configuration
What command represents the regular user?
$ dollar sign
What command is used to create files?
touch command
What does /dev show
Device files
What is GNOME?
A desktop environment in Linux
What is the main bootloader for Linux?
GRUB
What is GRUB?
GRUB (GRand Unified Bootloader) is a boot loader package that allows you to boot multiple operating systems.