Skip to main content

Process Commands

A collection of 8 posts

killall co
Process Commands

killall Command Examples

The killall command helps you kill all the running instances of a process.

ยท Sagar Sharma

pkill command
Process Commands

pkill command in Linux

Learn various ways of using the pkill command to terminate a process by its name.

ยท Sagar Sharma

Kill Command Examples in Linux
Process Commands

kill Command Examples

The kill command is used to eliminate a process in the Linux command line.

ยท Sagar Sharma

flock command
Process Commands

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
Process Commands

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

Using top command in Linux
Process Commands

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 in Linux
Process Commands

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 in Linux
Process Commands

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