Other Help Topics :: How to auto start a rootAccess shell after booting
Friends,
I would like to have a root access shell right after I boot into DSL. Can any one let me know how do I invoke a termianl that has root previleges. This should be an automatic process. i.e when ever I boot into my DSL CD, I would like to have an xterm(with root previleges) popup just like Dillo.
Thanks,
VK
Look in /home/dsl/.xinitrc
You'll see a line with Dillo in it, yes?
Do the same for your root access window:
sudo su -c rxvt &
...or something similar
original here.