Day-6 of internship at Aarohi aka Aartronix
Start with OS fundamentals today s
- Lets know use of folders in root directory
- bin/sbin - they store system binaries(cat, ls etc)
- boot - here all OS related files is stored
- dev - here hardware is behaving as files.
- etc - It will store system config files
- home - it is dedicated space for users for install softwares and configurations.
- lib - This is where libraries are stored, they are essential for programs
- media - This is where storage disk are located and usb storage are mounted here by default.
- mnt- This is where the manually attached storages and devices shows up.
- opt- This is storage to store softwares.
- proc- Just like dev (devices) it stores processes as files.
- root-It is directory for root user.
- run- this is temporary files folder.
- snap - Snap packages stored here
- srv - it is a dedicated folder for services such as ftp.
- sys - It can be used to interact with kernel.
- tmp - it is temporary directory,
- usr - It is used to store binaries and libraries for non-essential applications.
- var - It is variable storage, it can be used for all softwares.
Comments
Post a Comment