- Forums
- Linux Commands
- Start Gui Graphical Windows Environment From Linux Shell Terminal Command
This Page Contains information about Start Gui Graphical Windows Environment From Linux Shell Terminal Command By web hosting in category Linux Commands with 0 Replies. [783], Last Updated: Mon Jun 24, 2024
web hosting
Mon Apr 21, 2008
0 Comments
369 Visits
Here are some uselful linux commands to start the GUI (Graphical User Interface) Windows from the shell terminal command:
For UNIX:
Code/Command:
xinit &
for Linux:
Code/Command:
startx
for Gnome:
Code/Command:
gnome&
for KDE:
Code/Command:
kde&
This command tell the X window system to run the Komon Desktop Environment (KDE):
for Motif Window Manager
Code/Command:
mwm &
for Blackbox
Code/Command:
blackbox &