Categories
Tags
3d algorithms alignment analyze APIT Arc Architecture arm ascii assembly asynchronous base64 BitHacks Blogging box c c23 clang clang-format client clippy cmake compiler Computer concat concurrency const_fn constexpr contravariant cos covariant cpp cpu crate CS Customization cybersecurity DataStructure db debugging Demo deserialization discrete doc DP drawio dtruss Dynamic emulator example Example FFI flamegraph flat_map fold format FP fsanitize Functional FunctionalProgramming functions futures Fuwari game GATs gcc gccrs generics gitignore glibc GUI hacking hashmap haskell heap hyperfine Imperative interop invariant iterator join justfile kernel LaTeX leak LFU linux lto MachineLearning macOS map Markdown math ML mmap mod nc OnceLock optimization OS ownership panic parallels perf physics pin postgresql product profiling pub radare2 rayon release reverse RPIT rust sanitizer Science science serialization server shift sin size SmallProjects socket std strace String StringView strip strlen struct sum super surrealdb SWAR swisstable synchronous tan thread time toml tracing traits triangulation uint32_t UnsafeRust utf16 utf8 Video vulkan wsl 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/