Friday, February 10, 2017

LINUX TOP COMMAND

TOP command is similar to Task Manager in windows.
when we type TOP we will see all process, CPU usage etc as seen as in the screenshot below

.
It shows PID - Process ID
               USER and other information.

H Command - It is help which will display all the commands related to TOP command.





For example if you want to kill a process use the command   K PID  

      Ex:    K  2395
                It will kill the process 2395





No comments: