computer_science:linux:linux_file_system_explained

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computer_science:linux:linux_file_system_explained [2021/03/07 17:15] carlossousacomputer_science:linux:linux_file_system_explained [2023/12/01 12:07] (current) – external edit 127.0.0.1
Line 6: Line 6:
 |/|root folder|Everything to the OS, from hardware to softrware| |/|root folder|Everything to the OS, from hardware to softrware|
 |/bin|Common executables available for everyone|cp, rm, ls| |/bin|Common executables available for everyone|cp, rm, ls|
-| | | | +|/boot|Kernel and Boot configuration|grub.cfg
-| | | | +|/dev|Files which point to both physical and pseudo devices| | 
-| | | | +|/etc|System and program configuration files| | 
-| | | | +|/home|non-root user home directories| | 
-| | | | +|/lib64|Library files used by the system, include .so files and others| | 
-| | | | +|/lost+found|Saved files due to failure| | 
-| | | |+|/media|Auto-mounting place for certain external devices
 +|/mnt|Place to mount various file systems| | 
 +|/opt|Various Software| | 
 +|/proc|Virtual filesystem for resources, processes and more| | 
 +|/root|root user Home Directory| | 
 +|/sbin|Similar to /bin, but for system administrators|fdisk| 
 +|/tmp|Temporary files storage, wiped out after reboot| | 
 +|/usr|User programs, library files, docs|obs| 
 +|/var|Variable files for various purposes|logs, tz data|
  
 \\ \\
  
  
  • computer_science/linux/linux_file_system_explained.1615137349.txt.gz
  • Last modified: 2023/12/01 12:07
  • (external edit)