Linux File (or) Directory Structure
How To Convert PEM file to PPK file
In most cases, we can say: It is referred to as -folders in Windows. In Linux, this is referred to as -directories.
Similarly, we can claim that C drive is equivalent to Linux drive.
#1 Professional Guide To Linux Commands For Normal Users
/ – Root
/bin – User Binaries
/sbin – System Binaries
/etc – Configuration Files
/dev – Device Files
/proc – Process Information
/var – Variable Files
/tmp – Temporary Files
/boot – Boot Loader Files
/lib – System Libraries
/opt – Optional add-on Applications
Q:Difference b/w /bin and /sbin directory?
/bin
This directory contains executable programs which are needed in single user mode and to bring the system up or repair it.
/sbin
Like /bin, this directory holds commands needed to boot the system, but which are usually not executed by normal users.
/usr/bin
This is the primary directory for executable programs. Most programs executed by normal.
Fundamentals of the Linux file system
Users which are not needed for booting or for repairing the system and which are not installed locally should be placed in this directory.
In Linux We have 3 types of users
Only one user can exist one Linux machine.
While installing Linux OS root user created.
When normal user will created?
After your Linux OS up and running then root user is going to login and create.
N number of system users can have one Linux OS
When system users are going to create?
When u r installing any software that software is going to create system users.
We don't mind about system users & we do talk about root and normal users.