ID Command in Linux

  • Post last modified:August 22, 2023
  • Post category:Linux
  • Post author:

In Linux, the id command helps you uncover both user and group names, along with their corresponding numeric IDs, UID and group ID. You can use this command to extract your user details, specific user's UID, user's UID and groups,…

Continue ReadingID Command in Linux

How to Kill Application Process Using Kill, Pkill and Killall Command

  • Post last modified:August 19, 2023
  • Post category:Linux
  • Post author:

Linux includes 'kill,' 'pkill,' and 'killall' commands designed to terminate processes. You can enter one or more process IDs, names, or ports for termination. This article shows how to efficiently terminate both responsive and unresponsive application processes. Kill Command Usage…

Continue ReadingHow to Kill Application Process Using Kill, Pkill and Killall Command

Whereis Command in Linux

  • Post last modified:August 16, 2023
  • Post category:Linux
  • Post author:

whereis command serves the purpose of locating the source/binary file and manual sections for a specified command or file within a Linux system. This utility delivers results with increased accuracy while also being notably time-efficient. Whereis command examples: To find…

Continue ReadingWhereis Command in Linux