Results 1 to 6 of 6
I use startx to get into my front desktop.
What command should I use to restart my desktop?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-02-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 29
Startx Question
I use startx to get into my front desktop.
What command should I use to restart my desktop?
- 08-02-2010 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
I usually use the following command to restart:
...or the following to totally shutdown:Code:shutdown -r now
Code:shutdown -h now
oz
- 08-02-2010 #3Just Joined!
- Join Date
- Jun 2010
- Posts
- 29
Lets put it this way.
What command should I use to get TO the command prompt FROM the desktop (GUI).
startx does the opposite.
- 08-02-2010 #4Just Joined!
- Join Date
- Jul 2010
- Location
- Zagreb, Croatia
- Posts
- 9
Hello,
if you want to do that from command line or script, you can use killall command which stops process depending on it's name:
or if your window manager support this:Code:killall gnome-session
Code:openbox --exit
- 08-02-2010 #5
If I am not mistaken, I think Alt Ctl and a function key,
F1 through F6 will give you a full screen terminal
with the GUI still running, and Alt Ctl Backspace will
kill the GUI, but some systems will just return you to a graphical
login screen instead of a text login.
- 08-06-2010 #6Just Joined!
- Join Date
- Nov 2009
- Posts
- 9


Reply With Quote

