John Salamone said:

> following output showed:   nautilus --no-def, nautilus, and grep
> nautilus running.

Ah.

You might try killing those nautilus processes at the command line.

When you ran ps -aux you got an output like:

root  721  0.0  0.1  5596 508 ?  S Jun08 0:31 nautilus

The second number is the process ID, or PID.  If you want to kill a
process type in:

# kill 721

If that doesn't work, try

# kill -9 721

Of course, replace 721 with the PID of the nautilus process.

I can't guarantee that this will work or that it won't hose your system. 
Generally, it's safe to do these things while logged in with a user
account, but logging in as root can be particularly dangerous.  So once
again...



Sliante,
Richard S. Crawford

http://www.mossroot.com
AIM: Buffalo2K ICQ: 11646404 Y!: rscrawford
MSN: [EMAIL PROTECTED]
Howard Dean for America:  http://www.deanforamerica.com
"It is only with the heart that we see rightly; what is essential is
invisible to the eye." --Antoine de Saint Exupéry



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to