Process Commands
A collection of 8 posts
killall Command Examples
The killall command helps you kill all the running instances of a process.
ยท Sagar Sharma
pkill command in Linux
Learn various ways of using the pkill command to terminate a process by its name.
ยท Sagar Sharma
kill Command Examples
The kill command is used to eliminate a process in the Linux command line.
ยท Sagar Sharma
flock Command Examples
A less common but helpful in certain scenarios, flock command is used for locking certain files in Linux.
ยท Sagar Sharma
pgrep Command Examples
Want to look for a process and its details? The pgrep command helps you with that. Here's how to use it.
ยท Sagar Sharma
top Command Examples
The top command provides a quick look at system resources and processes. You can also control it to use it as the task manager in Linux terminal.
ยท Christopher Murray
ps Command Examples
The ps command in Linux is used for getting information about running processes. Here are some useful examples of the complicated and extensive ps command.
ยท Abhishek Prakash
free Command Examples
If you would like to know the detailed information about the memory availability on your Linux system, the free command is a simple utility that makes it easy to find real time results for a variety of use cases.
ยท Christopher Murray