Articles in this series
Linux administration involves managing and maintaining Linux-based systems. This includes tasks such as installing and configuring the operating...
Unix History Development and Founders: Unix was developed by Ken Thompson, Dennis Ritchie, and others at Bell Labs, a research and development...
Linux Shell Interface Root User:- [root@localhost ~]# root -----> root/admin user localhost---> Serverhostname [/etc/hostname] ~ --------> Home...
Manage Directories cdCommand: Used to change the current working directory. Example: cd /path/to/directory. pwdCommand: Prints the current...
Managing Files 1. Linux: Everything Treated as a File In Linux, everything, including devices, directories, and processes, is treated as a...
Shell A shell is a command-line interface that acts as an intermediary between the user and the operating system kernel. It takes commands from the...