Day-6 of internship at Aarohi aka Aartronix

 Start with OS fundamentals today s

- Lets know use of folders in root directory

  1. bin/sbin - they store system binaries(cat, ls etc)
  2. boot - here all OS related files is stored
  3. dev - here hardware is behaving as files.
  4. etc - It will store system config files
  5. home - it is dedicated space for users for install softwares and configurations.
  6. lib - This is where libraries are stored, they are essential for programs
  7. media - This is where storage disk are located and usb storage are mounted here by default.
  8. mnt- This is where the manually attached storages and devices shows up.
  9. opt- This is storage to store softwares.
  10. proc- Just like dev (devices) it stores processes as files.
  11. root-It is directory for root user.
  12. run- this is temporary files folder.
  13. snap - Snap packages stored here
  14. srv - it is a dedicated folder for services such as ftp.
  15. sys - It can be used to interact with kernel.
  16. tmp - it is temporary directory,
  17. usr - It is used to store binaries and libraries for non-essential applications.
  18. var - It is variable storage, it can be used for all softwares.

Comments

Popular posts from this blog

Day - 1 of internship at Aartronix