Does anyone know how to use procps-3.2.8 in listing all the running processes of ubuntu/linux? And how to kill them using procps-3.2.8?
please provide the step-by-step procedure and provide useful links about procps.
Does anyone know how to use procps-3.2.8 in listing all the running processes of ubuntu/linux? And how to kill them using procps-3.2.8?
please provide the step-by-step procedure and provide useful links about procps.
Copyright © 2021 Jogjafile Inc.
procps is the package which contains the many command line utility provided. You can find the complete information about each utility option under the procpcs from the below location:
On the homepage we can get the following information about procps:
http://www.linuxfromscratch.org/lfs/view/7.2/chapter06/procps.html
http://procps.sourceforge.net/
ps is the part of procps package and there are numerous ways to list the all running process(For detailed information do man ps).
pkill is part of procps package which contains numerous command line option to kill a process. For detailed information man pkill on your terminal.
In the above example, the gedit was the process name which has been killed.