On Mon, 25 Aug 2008, vigu wrote:
> Hi all how do I kill pid while a process is being run on on board
> flash boot. I killing the process but it doesnt accept any command and
> it doesnt shuts if I use ctrl + c..... what should be done to kill the
> process??? Please help me out and thanks in advance
In another shell, use the ps command to list all processes. Note the
process number of the process you want to terminate (say 199), then use the
kill command.
e.g.
kill 199
run the ps command again to see if it has been killed. If not then try
kill -9 199
or
kill -KILL 199
you must be running as the SAME user to do this, or as root. root can kill
any process. root can wreak havoc. root can seriously screw your whole
setup up - so be careful!
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|