Using Linux Command Line

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