lsof meaning 'LiSt Open Files' is used to find out which files are open by which process. In this article, we are going to review the lsof command with examples| How to Use ‘lsof’ Command to Check Open Files in Linux
In this article, we explore what Linux is and some of the attributes and components associated with the Linux operating system.| What Is Linux? and How Does Linux Work?
The /proc file system serves as an interface to kernel data structures and runtime information, which provides detailed information about processes in Linux.| How to Use /proc File System to Monitor Linux System
In this article, we will introduce you a list of most frequently used Linux commands with their examples for easy learning.| A – Z Linux Commands – Overview with Examples
We have compiled a list of the top 20 command-line monitoring tools to track CPU usage, memory usage, disk usage, network traffic, and other important metrics.| 20 Command Line Tools to Monitor Linux Performance
Iotop is an open source and free utility similar to top command, that provides an easy way to monitor Linux Disk I/O activity on per process basis.| Iotop – Monitor Linux Disk I/O Activity and Usage Per-Process Basis
The 'df' command stands for "disk filesystem", it is used to get a full summary of available and used disk space usage of the file system on the Linux system.| 12 Linux ‘df’ Commands to Check Disk Space Usage
ls command is one of the most frequently used commands. I believe the ls command is the first command you may use when you get into the command prompt of Linux.| 20 Basic ‘ls’ Command Examples in Linux
In this article, we are trying to explore the top command which is one of the most frequently used commands in our daily Linux system administrative jobs.| 16 Top Command Examples in Linux [Monitor Linux Processes]
In this article, we will look at how to find a process name by its process identification number (PID) with the help of commands such as ps, top, and pidof.| How to Find a Process Name Using PID Number in Linux