- Forums
- Linux Hosting
- How To Start GUI From Linux UNIX Shell Terminal Commands
This Page Contains information about How To Start GUI From Linux UNIX Shell Terminal Commands By unix in category Linux Hosting with 10 Replies. [384], Last Updated: Sat May 18, 2024
unix
Fri Aug 25, 2006
10 Comments
47816 Visits
The purpose of this post is to show some useful linux/unix commands you can use to start the GUI (Graphical User Interface) Windows if you have KDE or Gnome installed in your server.
For UNIX:CODE:
xinit &
for Linux:CODE:
startx
for Gnome:CODE:
gnome&
for KDE:CODE:
kde&
This command tell the X window system to run the Komon Desktop Environment (KDE):
for Motif Window ManagerCODE:
mwm &
for BlackboxCODE:
blackbox &
Hope this helps