- Learning Linux Shell Scripting
- Ganesh Sanjiv Naik
- 189字
- 2021-08-20 10:44:28
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 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 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 is mounted in this folder./opt/
: The optional packages are installed in this folder./proc/
: This contains files which give information about kernel and every process running in OS./root/
: This is the administrators 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, and similar other./sys/
: This dynamically creates thesys
files
推薦閱讀
- Learning Spring 5.0
- Building a Home Security System with Raspberry Pi
- Java開發(fā)入行真功夫
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)(第4版)
- Android底層接口與驅(qū)動(dòng)開發(fā)技術(shù)詳解
- D3.js 4.x Data Visualization(Third Edition)
- ASP.NET Core 2 Fundamentals
- 響應(yīng)式架構(gòu):消息模式Actor實(shí)現(xiàn)與Scala、Akka應(yīng)用集成
- Java零基礎(chǔ)實(shí)戰(zhàn)
- 創(chuàng)意UI:Photoshop玩轉(zhuǎn)APP設(shè)計(jì)
- UML2面向?qū)ο蠓治雠c設(shè)計(jì)(第2版)
- Secret Recipes of the Python Ninja
- Application Development with Parse using iOS SDK
- Learning D3.js 5 Mapping(Second Edition)
- Puppet 5 Beginner's Guide(Third Edition)