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