How to run X programs on Root?
Please follow the commands in order to run X programs as Root -
> su “-c <programs>”
If you are a kde users -
> kdesu <program>
-lakerdonald
If you are a SuSe Users -
>sux –l root
If you have a GNU Network OME -
gnomesu followed by < then the command and then closed by >
> Thereafter, if X programs were not moved then, you can use the following command in root -
$DISPLAY
This will notify you if the X server is running on the server as follows -
DISPLAY=127.0.0.1:0.0
Cheers:D
|