-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Netsetandgo wrote:

>tried PS with KILL 1234(or whatever) does not kill it off. I need to
>lick this one, so, any help please :-)

I don't know what PS and KILL do.  Are they related to ps and kill? (*)

Try this:

$ kill -9 <process ID>

Using -9 says "kill with extreme prejudice".  It should only be used as
a last resort, because it doesn't give the application time to clean up
after itself, but it nearly always works. 

Cheers -d

(*) This is my smartass way of pointing out that Unix filesystems and
commands are case-sensitive.  ;-)  Ergo, PS and ps are not the same 
thing.  


- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPS81579BpdPKTBGtEQL0fgCfUw5YV9voF80QDu5qe7dc0c6Yd/IAn3zJ
Qzilau2dEwelzrrm8gL+XnGN
=ARsm
-----END PGP SIGNATURE-----




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to