On Mon, 27 Apr 1998, Bob Gants wrote:
> I have a process flagged D when I do a ps aux. This process is
>apparently sleeping and uninterruptible. I need this process to die I
>tried a "kill -HUP 1" no luck any advice ??
No. Process 1 is always init, which is the parent process of everything.
Doing a 'kill -HUP 1' sends a hangup signal to init, which tells init to
restart itself. One usually would do this after changing things like
/etc/inittab.
In order to kill the process you want to kill, you'll need to first find
its process ID value (ps will give you that) and then you can usually do
'kill PID' to get rid of it.
>Bob Gants
>Systems Administrator Voice: (703) 284-5950
>Marymount University
>2807 N. Glebe Rd. Internet: [EMAIL PROTECTED]
>Arlington, Va. 22207-4229
>
--
------------------------------------------------------------------------
David E. Fox Tax Thanks for letting me
[EMAIL PROTECTED] the change magnetic patterns
[EMAIL PROTECTED] churches on your hard disk.
-----------------------------------------------------------------------
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.