Block 3 Flashcards
(16 cards)
/bin/
Binary files, actual executables
/boot/
Static boot files
/dev/
Connections to hardware devices
/etc/
Configuration files
/home/
Home directories
/lib*/
Shared libraries, all symlinks to /usr/lib*. Like dll in windows.
/media/
Removable media like flash, cd roms
/mnt/
Place to temporarily mount a file system
/opt/
3rd party add on software
/proc/
Virtual Process info is stored here. Way for kernel to expose system and process info to users.
/sbin/
Superuser system binaries. Used for things like system boot, repair. Recovery, and administration.
/swapfile/
Special file on storage drive that acts like virtual memory when RAM is full. Swaps inactive memory pages from RAM to disk.
/tmp/
Temporary files, anybody has access
/usr/
Unix system resources, read only user data and app files that are non essential for booting but are used during normal operation. Ex, ls, cp, useradd,
/var/
Logs
Symlink
Start with an l, like a windows shortcut