- Learning Linux Shell Scripting
- Ganesh Naik
- 193字
- 2021-06-25 22:02:45
Various directories
We will explore the directory structure in Linux so that it will be useful later on:
- /bin/: This contains commands used by a regular user.
- /boot/: The files required for the operating system startup are stored here.
- /cdrom/: When a CD-ROM is mounted, the CD-ROM files are accessible here.
- /dev/: The device driver files are stored in this folder. These device driver files will point to hardware-related programs running in the kernel.
- /etc/: This folder contains configuration files and startup scripts.
- /home/: This folder contains a home folder of all users, except the administrator.
- /lib/: The library files are stored in this folder.
- /media/: External media, such as a USB pen drive, are mounted in this folder.
- /opt/: The optional packages are installed in this folder.
- /proc/: This contains files that give information about the kernel and every process running in the OS.
- /root/: This is the administrator's home folder.
- /sbin/: This contains commands used by the administrator or root user.
- /usr/: This contains secondary programs, libraries, and documentation about user-related programs.
- /var/: This contains variable data, such as HTTP, TFTP, logs, and others.
- /sys/: This dynamically creates the sys files.
推薦閱讀
- Dreamweaver CS3 Ajax網(wǎng)頁設(shè)計(jì)入門與實(shí)例詳解
- 影視后期制作(Avid Media Composer 5.0)
- PIC單片機(jī)C語言非常入門與視頻演練
- 大數(shù)據(jù)改變世界
- INSTANT Autodesk Revit 2013 Customization with .NET How-to
- 我也能做CTO之程序員職業(yè)規(guī)劃
- Visual FoxPro程序設(shè)計(jì)
- 手機(jī)游戲策劃設(shè)計(jì)
- 21天學(xué)通Linux嵌入式開發(fā)
- 數(shù)字多媒體技術(shù)基礎(chǔ)
- 新一代人工智能與語音識(shí)別
- Windows 7故障與技巧200例
- 新世紀(jì)Photoshop CS6中文版應(yīng)用教程
- 特征工程入門與實(shí)踐
- 中小型網(wǎng)站建設(shè)與管理