certify
07-25-2001, 12:44 PM
How do you list to see what application or task is running?
Then how do you kill the task?
Then how do you kill the task?
![]() | View Full Version : Linux commands help certify 07-25-2001, 12:44 PM How do you list to see what application or task is running? Then how do you kill the task? huck 07-25-2001, 12:50 PM Check the command ps. Check the command kill. Get ore info on these by tuping man "command". Also take a look at: http://www.linuxnewbie.org/nhf/index.html Juan 07-25-2001, 02:59 PM type "top" arrty 07-25-2001, 05:00 PM http://sunsite.dk/linux-newbie/ http://home.att.net/~s.whittlesey/linux_commands.htm Great resources for newbie looking for a list of linux commands and their function (SH)Saeed 07-25-2001, 08:17 PM ps -aux should give you the complete list. |