Process Handling
A collection of 8 posts

Using nice and renice Commands to Change Process Priority in Linux
You can modify if a certain process should get priority in consuming CPU with nice and renice commands.
ยท Helder

Suspend and Resume Processes in Linux
Learn how to suspend a running process in the Linux command line. Also learn how to resume a stopped process.
ยท Sagar Sharma

Check Running Process in Linux
Want to know what all processes are running on your systems? Here's how to get details of the running processes in Linux.
ยท Pratham Patel

Kill Process Running on a Specific Port
Want to kill the processes running on specific ports? No need to know the process ID or name. You can terminate a process based on the port number it is using.
ยท Abhishek Prakash

Show Process Tree in Linux
Here are multiple commands that you can use to show the process tree in the Linux command line.
ยท Sagar Sharma

Kill a Process in Linux Command Line
Found a misbehaving process? Here's how to teach a lesson to it by terminating it using various commands.
ยท Abhishek Prakash

Find Process Name from its PID
If you know the PID of a process, here's how to get the process name in Linux command line.
ยท Hunter Wittenborn

Find the PID and PPID of a Process in Linux
Learn how to find PID using a process name in Linux. Also learn to get the parent process ID (PPID) of the given process.
ยท Hunter Wittenborn