What is Linux Process? Important commands for Linux Process

In an operating system, to complete a certain operation or task, the processes are required, Process is nothing but a running task or a system of users tasks. When you visit any website, lots of processes start running on the server, even though if you do not visit the website still there are lots of […]

Understanding Linux File System Hierarchy | Linux Directory Structure

All files on a Linux system are stored on file systems which are organized into a single inverted tree of directories, known as a file system hierarchy. This tree is inverted because the root of the tree is said to be at the top of the hierarchy, and the branches of directories and subdirectories stretch […]

Command Line Tools to Monitor The Linux Server

In many situations, we need to perform a Linux command-line operation but we might not know the right utility to run. After being a Linux Administrator for years, I can say how difficult it is to monitor and keep systems up & running. A command is script, programs & libraries that have been created with […]