Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux directory structure


/ - Root: All files are under this.
/bin - Binaries: Contains the executable files of many basic shell commands.
/dev - Device: Contains special files.
/etc - Etcetera: Historic name. These days contains configuration files.
/usr - User Binaries: All the executable files, libraries, source of most pgs.
/home - Home: User personal space. 
/lib - (Shared) Libraries: Codes that can be used by the executable binaries.
/sbin - Sudo Binaries: Same as /bin but for root level binaries only.
/tmp - Temporary: Applications use this directory to store temporary files
/var - Variable: Programs store runtime information like system logging...
/boot - Boot: Contains files of the kernel and boot image.
/proc - Proccess: Information about currently running processes and kernel.
/opt - Optional: Installing/storing the files of third-party application.
/root - Root: Root user's personal space.
/media - Media: Mount point for USBs etc..
/mnt - (Manual) Media: For manual mounting.
/srv - Contains data for services provided by the system. (i.e. HTTP Server)

Comment

linux directory structure

/ - Root: All files are under this.
/bin - Binaries: Contains the executable files of many basic shell commands.
/dev - Device: Contains special files.
/etc - Etcetera: Historic name. These days contains configuration files.
/usr - User Binaries: All the executable files, libraries, source of most pgs.
/home - Home: User personal space. 
/lib - (Shared) Libraries: Codes that can be used by the executable binaries.
/sbin - Sudo Binaries: Same as /bin but for root level binaries only.
/tmp - Temporary: Applications use this directory to store temporary files
/var - Variable: Programs store runtime information like system logging...
/boot - Boot: Contains files of the kernel and boot image.
/proc - Proccess: Information about currently running processes and kernel.
/opt - Optional: Installing/storing the files of third-party application.
/root - Root: Root user's personal space.
/media - Media: Mount point for USBs etc..
/mnt - (Manual) Media: For manual mounting.
/srv - Contains data for services provided by the system. (i.e. HTTP Server)
Comment

PREVIOUS NEXT
Code Example
Shell :: bad substitution shell 
Shell :: Online Git repository commands 
Shell :: Git Kraken update Linux 
Shell :: linux where to install 3rd party driver 
Shell :: chrome saved cache gif 
Shell :: raspberrypi install xserver 
Shell :: install pip raspberry ip 
Shell :: resume screen linux 
Shell :: powershell delete scoop 
Shell :: du kan fixa tillbaka det med hjälp av GIT 
Shell :: scale variable with bc 
Shell :: delete all lock files 
Shell :: Setting an ACL in Linux 
Shell :: How to remove one directory owned by a specific user on Linux 
Shell :: nvm removes globally installed packages 
Shell :: install mana in kali complete method 
Shell :: Err:6 https://apt.kubernetes.io kubernetes-xenial Release 
Shell :: how to kali pentest guide line command how to hack with kali humm my friendsss is all back in google make a signe 
Shell :: Apache Webserver does not show directory listings but 403 - Yosemite 
Shell :: multiple ssh account use in one github and bitbucket at same time 
Shell :: checkra1 
Shell :: add features for wsl linux 
Shell :: find bahs 
Shell :: Install Avalonia 
Shell :: Brave Beta on Fedora 28+, CentOS/RHEL 8+ 
Shell :: sed excape all quates 
Shell :: set nat in mikrotik 
Shell :: kubuntu snap app not showing 
Shell :: conan set option in command line 
Shell :: connect db to odoo from command 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =