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:18] 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| |+|/boot|Kernel and Boot configuration|grub.cfg|
 |/dev|Files which point to both physical and pseudo devices| | |/dev|Files which point to both physical and pseudo devices| |
 |/etc|System and program configuration files| | |/etc|System and program configuration files| |
Line 17: Line 17:
 |/proc|Virtual filesystem for resources, processes and more| | |/proc|Virtual filesystem for resources, processes and more| |
 |/root|root user Home Directory| | |/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.1615137491.txt.gz
  • Last modified: 2023/12/01 12:07
  • (external edit)