Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Kill X
Now, it's time to stop X and the gdm (or kdm for Kubuntu Users)
This requires that you logout and switch to another tty console ( Ctrl+Alt+F1 ).
Login to the shell, and kill gdm:
Code:
sudo /etc/init.d/gdm stop
[But this returns...]
Rather than invoking init script through /etc/init.d/gdm, use the service( utility, e.g. service
Since the script you are attempting to invoke has been converted to an upstart job, you may also use the stop( utility, eg stop gdm stop:...
[~$ stop gdm stop returns:]
~$ stop gdm stop
stop: Env must be KEY=VALUE pairs
[i'm completely flummoxed by what ever options i'm being offered here]
__________________
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.