Learn Linux in 5 Days Flashcards
Kernel sits between :
Hardware and Software
Linux can be used on a:
Server or Desktop
Most used Linux Distros are:
redhat Enterprise Linux = RHEL and ubunto
Redhat distros for free are:
AlmaLinux and rocky Linux
Other Distros to try:
Linux Mint
Manjaro
Pop!_OS
Fedora
Debian
openSUSE
Arch Linux
Slackware
wsl -l -o / -l and -o stand for:
wsl –install -d debian / -d stand for:
-l stands for list
-o stands for online
-d stands for distro
How to remove a distro from wsl::
wsl –unregister Debian
“make sure you are not in Linux”
What is OVA
Open Virtual Appliance File
What command powers off and shuts down the system.
sudo shutdown now
Root is basically known as__________ in the directory structure
slash or /
Where do you find Binaries (or string code) and other executable files?
/bin
Where do you find System configuration files?
/etc
Home directories are found in:
/home
Optional or third party software ( software that is not bundled with the OS ) is found in :
/opt
Temporary files that are typically cleared on reboot are located:
/tmp
User related programs such as binaries and executables are found in:
/usr
Things that change often, variable data ( thinks that changed often ), most notably log files are located in:
/var
Files needed to start or boot the operating system like the Linux kernel are found in:
/boot
Control Groups heirarchy are found in:
/cgroup
Device files, typically controlled by the operating system and the system administrators are found in:
/dev
Shared file systems are found in:
/export
System libraries are found in:
/lib
64bit system libraries are found in:
/lib64
This command is used by the file system to store recovered files after a file system check.
/lost+found