Skip to content
-
Subscribe to our newsletter & never miss our best posts. Subscribe Now!
  • https://www.facebook.com/
  • https://twitter.com/
  • https://t.me/
  • https://www.instagram.com/
  • https://youtube.com/
ICT BYTE Logo ICT BYTE

Nepal's #1 Tech Blog

ICT BYTE Logo ICT BYTE

Nepal's #1 Tech Blog

  • HOME
  • GADGETS
    • MOBILE
    • LAPTOPS
    • SMARTWATCH
    • TABLETS
  • EVENTS
  • NEPAL
    • Banking
    • B.Sc. CSIT
    • BCA
  • MCS
    • 1st Sem
      • Managerial Communication
      • Object Oriented Programming
      • Open Source Technology
      • Design and Analysis of Algorithm
    • 2nd Sem
    • 3rd Sem
    • 4th Sem
  • Utility Tools
    • .np Cover Letter Generator
    • Image Size Reducer
  • HOME
  • GADGETS
    • MOBILE
    • LAPTOPS
    • SMARTWATCH
    • TABLETS
  • EVENTS
  • NEPAL
    • Banking
    • B.Sc. CSIT
    • BCA
  • MCS
    • 1st Sem
      • Managerial Communication
      • Object Oriented Programming
      • Open Source Technology
      • Design and Analysis of Algorithm
    • 2nd Sem
    • 3rd Sem
    • 4th Sem
  • Utility Tools
    • .np Cover Letter Generator
    • Image Size Reducer
Subscribe
Close

Search

Trending Now:
nepal budget latest tech updates trends
Masters of Computer ScienceOpen Source Technology

Linux Standard Directories

By ICT Byte
1 Min Read
0
Updated on April 14, 2021

Linux Standard Directories

  • All files and directories are under root directory (/)
    • Some standard directories are
  • /root
    • Every file and directory starts from root
      • Root user can write on this directory
      • /root is home directory of root user
      • It is not same as /
  • /bin
    • All executable binary files
    • Files required for booting, repair are here
    • Common binaries
    • Common linux command in single user mode
    • Eg cat, ls, cp, tar, history etc
  • /boot
    • Static file of boot loader
    • Holds file required during boot process
    • Linux kernel
  • /dev
    • Contains device files
    • Hardware device oriented
    • Usb, cdrom etc attached with system
    • Eg dev
  • /etc
    • Contains configuration files of applications
    • All configuration files that run in the system
    • Also have start abd shutdown shell scripts to start/stop program
  • /home
    • User’s home directory
    • Contains directory like desktop, downloads, documents
  • /lib
    • Contains shared library image to boot system
    • Also contains kernel modules
  • /lost /found
    • Directory installed during linux installation
    • For recovery purpose
    • Recovery of file due to unexpected shut down
  • /media
    • Directory for removable devices
    • Temporary mount directory
    • E.g /media/cdrom , /media/floppy
  • /mnt
    • Temporary mount directory
    • System admins can mount file systems
  • /opt
    • Optional apps
    • Third party apps
  • /proc
    • Virtual file
    • Information about running process with process id i.e pid
  •  /run
  • /sbin
    • Binary executable programs
  • /srv
    • Server specific files
    • Service related files
  • /sys
    • Virtual file system
    • Devices connected to system
  • /tmp
    • Stores temporary files
  • /usr
  • /var

Tags:

linux directoriesopen source technology
Author

ICT Byte

Follow Me
Other Articles
Previous

Linux Vs Windows! Differences you need to know!

Next

Overview of Linux Architecture

Copyright 2026 — ICT BYTE. All rights reserved. Blogsy WordPress Theme