Linux Study Guide Flashcards
What does –help command do?
–help command in Linux will give you a good explanation of what the command that comes before it does. EX. cd –help will explain that the change directory command will allow the user to go into a different directory.
Does Linux have a file system?
Linux doesn’t have a File System like windows like A Drive, B Drive, C Drive, D Drive. It uses ext for a file system.
Is Linux case sensitive when naming things?
True (commands, file names, parameters, and directories)
When was Linux created?
1990’s and continues to be an open-source operating system
Where does the core of Linux operate?
in the kernel where important files are stored
What does the ‘rm’ command do?
It removes directories and can be very dangerous because you can delete something very important to Linux working correctly.
Do Androids use Linux?
Yes
Why is ‘sudo’ used in Linux
Sudo is used in Linux to become the super user or give admin privileges.
What are the types of Linux?
Red Hat, Fedora, SUSE, Debain/Ubuntu, Knoppix
What are some popular GUI shells for Linux?
Gnome, Cinnamon, Xfce, KDE
How do you make a new directory?
use the MKDIR command.
what are some main command line options?
fdisk, mkfs, fsck, dr and du
Can GUI (graphical user interface) be swapped in Linux Environments?
Yes