[#에이핑크#] #Apink_14th_Anniversary#
우리 핑크 14주년 축하해!🎉
4월 19일 오늘은, PANDA와 에이핑크의 열네 번째 데뷔일입니다.✨
14년이라는 긴 시간이 지나도 변함없이 늘 옆에서 지켜준 우리 PANDA! 🐼
항상 서로를 위한 마음을 잊지 않고, 더 좋은 모습으로 찾아올게요 💖
14년 동안 함께해 준 PANDA, 사랑하고 또 사랑해요💞
앞으로도 에이핑크입니다💕
#Apink#
오늘은 2am의 데뷔 14주년입니다. 언제나 저희 곁을 지켜주신 IAM 여러분의 사랑 덕분에 2am은 행복한 추억들로 가득합니다. 끝나지 않을 우리의 이야기를 위해 저희는 또다시 앞으로 갑니다. 감사합니다. 그리고 사랑합니다🤍
#2am# #debut# #14주년#
#조권# #창민# #슬옹# #진운# #IAM#
Linux File System Architecture - Beginner Friendly Explained
Linux File System Architecture
Chapter 1 — The Root Directory. Everything in Linux begins with this single directory.
Chapter 2 — Why the Linux Hierarchy Matters
Chapter 3 — /bin and /sbin directories - /bin directory contains essential command-line programs /sbin contains administrative commands used mostly by the root user.
Chapter 4 — /etc Configuration Philosophy - stores system configuration files
Chapter 5 — /home and /root directories. /home directory stores user data /root - home directory for the root administrator account
Chapter 6 — Everything Is a File
Chapter 7 — /dev directory. hardware devices appear as files.
Chapter 8 — /proc directory. a virtual filesystem generated dynamically by the Linux kernel
Chapter 9 — /var dir. Runtime Data including log files Chapter 10 — /tmp dir. Temporary Files
Chapter 11 — /usr dir . Including User Applications Chapter 12 — /lib Shared Libraries
Chapter 13 — /boot and the Startup Process
Chapter 14 — /mnt dir and Mount Philosophy
Chapter 15 — /sys and Modern Kernel Interfaces
Final Chapter — Why Linux Won