Categories
Tags
algorithms APIT Arc arm assembly asynchronous base64 BitHacks Blogging box c clang-format client cmake compiler concat concurrency const_fn contravariant cos covariant cpp Customization cybersecurity DataStructure db debugging Demo deserialization discrete doc DP dtruss Dynamic Example FFI flat_map format FP fsanitize Functional functions futures Fuwari GATs gccrs generics gitignore glibc GUI hacking hashmap haskell heap interop invariant iterator join justfile kernel LaTeX leak LFU linux lto MachineLearning macOS Markdown math ML mmap nc OnceLock optimization OS panic parallels perf physics pin postgresql radare2 release reverse RPIT rust sanitizer science Science serialization server shift sin SmallProjects socket std strace String StringView strip strlen surrealdb SWAR swisstable synchronous tan toml traits triangulation UnsafeRust utf16 utf8 Video 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/