-
Default Linux directorieslinux 2023. 2. 22. 10:25
a table that lists some of the most commonly used directories in Linux and their purposes:
DirectoryPurpose
/ The root directory, contains all other directories and files /bin Essential command binaries /boot Boot loader files and kernel /dev Device files /etc System configuration files /home Home directories for users /lib Shared libraries needed for system binaries /media Mount points for removable media /mnt Mount points for file systems /opt Add-on application software packages /proc Kernel and process information virtual file system /root Home directory for the root user /run Runtime variable data for system and services /sbin System binaries /srv Data for services provided by the system /sys Contains information about devices, drivers, and some kernel features /tmp Temporary files /usr User programs and utilities /var Variable data, such as logs, databases, and mail spools Each directory serves a specific purpose and contains certain types of files. Understanding the directory structure is important for navigating and managing a Linux system.
'linux' 카테고리의 다른 글
How to disable specific user logins. (remote and local) (0) 2023.02.22 How to check disk space in linux (df) (0) 2023.02.22 What is DHCP? (0) 2023.02.22 SAMBA vulnerability (0) 2023.02.22 What is SAMBA? (0) 2023.02.22