Operating Systems > Linux and UNIX

closing x server

<< < (2/2)

mobrien_12:

quote:Originally posted by blackh@t:
still saying command not found :-/
--- End quote ---


Ok it's not in the path... likely meaning you used
--- Code: ---
--- End code ---
instead of

--- Code: ---
--- End code ---
or logging in directly as root.

Use

--- Code: ---
--- End code ---
or give the full path, i.e.

--- Code: ---
--- End code ---

cheese:
ooh ok, thanks a bunch  

preacher:
If you can't get init3 to work, search out the pid and kill it.

$ps -ae | grep X

$kill [pid]

mobrien_12:

quote:Originally posted by ThePreacher:
If you can't get init3 to work, search out the pid and kill it.

$ps -ae | grep X

$kill [pid]
--- End quote ---


Very true, if you are not running a graphical login manager (xdm, gdm, kdm).  Killing the X process will just cause the manager to spawn a new one.  If one is not running a graphical login manager, the X process can be also killed with CTRL-ALT-BACKSPACE.

Navigation

[0] Message Index

[*] Previous page

Go to full version