#linux-for-beginners
Read more stories on Hashnode
Articles with this tag
What is Bash Scripting Bash Scripting is a list of commands in a computer program that is run by the Linux shell which is a command-line...
Basic Linux Commands pwd Get the full path of the current working directory cd Navigates to the last directory you were working on cd ~ Navigates to...
Linux File System In Linux, the File system is in a hierarchical tree structure. It contains one root folder ( / ). In Linux, data is stored in...
Linux Boot Sequence BIOS POST MBR GRUB Boot Loader Kernel Initialization INIT Process Runlevels Program 1. BIOS POST: BIOS Stands for Basic...
What is Distro? Linux has various Distributions/Distros of operating systems in which each flavor of Linux distro (distribution) is meant for a...
What is a Shell? A shell provides an interface to the Linux system. It gathers input from the user and executes a program based on the user...