How To Start GUI From Linux UNIX Shell Terminal Commands
Post Description:
Post Tags: how, to, start, gui, from, linux, unix, shell, terminal, commands
This Post Has Been Viewed 6006 Times Since Fri Aug 25, 2006 11:56 pm Posted By
unix with 2 replies
Next Post »»
How To Display Who Is Logged In Linux Unix Shell Command
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 Manager
Code:mwm &
for Blackbox
Code:blackbox &
Hope this helps
Comments and replies About How To Start GUI From Linux UNIX Shell Terminal Commands
tnxs bro it rely helps.