Main Flashcards
Where are bootloader files stored?
/boot
Where are configuration files stored?
/etc
Where are users files stored?
/home
What is root user home directory?
/root
Where are removable media stored?
/media
What is older place where removable media were stored?
/mnt
Where are 3rd party apps stored?
/opt
Where is variable data stored?
/var
Where are Linux user program binaries stored?
/usr/bin
Where are Linux admin program binaries stored?
/usr/sbin
Where is local installation program data stored?
/usr/local
How would you list only directory name?
ls -d
What is a distribution?
Linux kernel (as base) + utility software
What is a distribution?
Linux kernel (as base) + utility software
What is FHS
Filesystem Hierarchy Standard
How would you get the kernel information
uname -r
How would you get kernel compilation datetime?
uname -v