Linux Directories
Last updated
Was this helpful?
Last updated
Was this helpful?
Binaries and Executables
essential executables for super user (root)
shared between binaries
shared between sbin and bin binaries
non essential user installed libraries
locally compiled binaries
safe place to install packages that wont conflict with the user installed location
tell linux where to find executables
eg which curl , which cd
tells its full path in the file system
Editable text config
config files to modify settings for installed software's and preferences
Each user registered in the system will have folder in the home directory
File path to root
starting point
Boot system
contains the linux kernel
device files
Interface with hardware of drivers as if they were device files
Create Disk partition here
Interact with Floppy drive
optional directory
for optional software (rare interaction)
Variables files
changes as you use the OS
contains the logs and the cache file
temp files that wont be persisted between the reboots
non persistant storage
Illusionary File System that doesnt exist on disk
created in memory by linux kernal to keep track of running process