Categories
Tags
algorithms APIT arm assembly asynchronous base64 Blogging box c clang-format cmake compiler concurrency const_fn contravariant cos covariant cpp Customization cybersecurity DataStructure db Demo deserialization discrete doc DP Dynamic Example FFI flat_map FP Functional functions futures Fuwari GATs gccrs generics gitignore GUI hacking hashmap haskell heap interop invariant iterator justfile kernel LaTeX LFU linux MachineLearning Markdown math ML OnceLock optimization OS parallels perf physics pin postgresql release RPIT rust science Science serialization shift sin SmallProjects std String surrealdb swisstable synchronous tan traits triangulation utf16 utf8 Video x86_64 xilem zig
73 words
1 minutes
240101_Linux_file_systems
link
Linux File Systems
| / | |
|---|---|
/bin | Essential command binaries (윈도우의 exe파일 같은거) |
/boot | System boot loader files |
/dev | Device files |
/etc | Host-specific system-wide configuration files |
/home | User home directory |
/lib | Shared library modules |
/media | Media file such as CD-ROM |
/mnt | Temporary mounted filesystems |
/opt | Add-on application software packages |
/proc | Automatically generated file system |
/root | System boot loader files |
/run | Run-time program data |
/sbin | System binaries |
/srv | Site-specific data served by this system |
/sys | Virtual directory providing information about system |
/tmp | Temporary files |
/usr | Read-only user files |
/var | File that is expected to continuously change |
240101_Linux_file_systems
https://younghakim7.github.io/blog/posts/240101_linux_file_systems/