Re: how to shutdown kde and Xserver from within a bash script

2003-06-10 Thread Manuel Aróstegui Ramirez
Use ps -aux to find the PID, which is called X and kdm, and kill them with: kill -9 PID --- Randy Perkins [EMAIL PROTECTED] escribió: hello, i need to shut down my X server before i use software suspend. i am using kde, and can logout from the kde menu, or use cntlaltbackspace.

Re: how to shutdown kde and Xserver from within a bash script

2003-06-10 Thread Randy Perkins
On Tue, 2003-06-10 at 02:09, Manuel Arstegui Ramirez wrote: Use ps -aux to find the PID, which is called X and kdm, and kill them with: kill -9 PID hello thanks for your response i have used # kill $(pidof X) and that will kill X however i would like to do something cleaner, so

Re: how to shutdown kde and Xserver from within a bash script

2003-06-10 Thread John Horne
On Tue, 2003-06-10 at 08:37, Randy Perkins wrote: On Tue, 2003-06-10 at 02:09, Manuel Aróstegui Ramirez wrote: and that will kill X however i would like to do something cleaner, so that i am properlys shutting down kde Try something like '/sbin/init 3'. that will take you out of runlevel 5

how to shutdown kde and Xserver from within a bash script

2003-06-09 Thread Randy Perkins
hello, i need to shut down my X server before i use software suspend. i am using kde, and can logout from the kde menu, or use cntlaltbackspace. how can i cleanly shutdown kde and Xserver from within a bash script. thanks, Randy -- redhat-list mailing list unsubscribe