Hi Amardeep
you can use ps command to find out process, pid and cpu usage by it
i have tried below command and its working for me
Just follow below steps
step - 1 use 'ps' command
root@example[Desktop]# ps axo pcpu,comm,pid | sort -nr | head -n 5
31.1 opera 6488
5.6 Xorg 4213
3.7 vlc 6525
2.1 operapluginwrap 6497
0.1 gnome-terminal 5469
root@example[Desktop]#
Step - 2 use 'kill' command
here i am killing process of vlc
so
kill pidofprocess
root@example[Desktop]# kill 6525
root@example[Desktop]#
Moreover if you want to see real time process and its information
you can also 'top' command
Hope so it will help you...
regards
amaradeep
--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG+un...@googlegroups.com
To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG