In this article, we’ll find out about the Linux kill process and how to find and terminate a process using different tools and commands in Linux.| How to Kill a Process in Linux from Command Line
In this article, we will explain 30 most useful examples of 'ps command' for monitoring active running processes on a Linux system.| 30 Useful ‘ps Command’ Examples for Linux Process Monitoring
In this guide, we will narrow down to the CPU/processor, and show you various ways of extracting detailed information about your Linux CPU.| 9 Useful Commands to Get CPU Information on Linux
If you’re working as a Linux/Unix system administrator, sure you know that you must have useful monitoring tools to monitor your system performance.| 15 Useful Performance and Network Monitoring Tools for Linux
We shall look at different Linux commands and tools that can help you to monitor your swap space usage in your Linux system.| 8 Useful Commands to Monitor Swap Space Usage in Linux
If you are new to Linux or have used it for a few months, then you must have heard or read statements such as “In Linux, everything is a File”.| Explanation of “Everything is a File” and Types of Files in Linux
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 24 command-line monitoring tools to track CPU usage, memory usage, disk usage, network traffic, and other important metrics.| 24 Best 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