Tag Archives: Linux terminals

Explanation of the Pgrep command in the Linux command line

Explanation of the Pgrep command in the Linux command line

This article covers the basics of Linux commands pgrep. pgrep is a command line utility that allows you to find Process ID of the running program based on the given criteria. This can be a full or partial process name, the user running the process, or some other attribute. ranking …

A tutorial on using the last command in Linux Terminal

A tutorial on using the last command in Linux Terminal

If you’re managing a multi-user system, you need to know who, when, and where users logged into the machine. last It is a command line utility that displays information about the last login session of a system user. This is especially useful when you need to track user activity or …

Using the pkill command in the Linux Terminal

Using the pkill command in the Linux Terminal

This article covers the basics of commands pkill on Linux. pkill It is a command line utility that sends an indication of the currently running program process based on certain criteria. Processes can be identified by their full or partial name, the user running the process, or other attributes. ranking …