linux command to show processes
I have Ubuntu linux installed. I have no problem in using Linux when it is the Graphical User Interface. I'm quite weak with commands. I want to know which command shows the process manager like the windows task manager. Or any other some related command would help too. Thanks!:biggrin:
Re: linux command to show processes
To see currently running process use the command : To get information about all running process use the command :
Re: linux command to show processes
To stop any process by PID i.e. to kill process :Example : To stop processes by name i.e. to kill process :
Code:
killall (Process-name)
Example :
Re: linux command to show processes
To stop all process except your shell :To display the owner of the processes along with the processes : To display a tree of processes :