How to auto start a rootAccess shell after bootingForum: Other Help Topics Topic: How to auto start a rootAccess shell after booting started by: venkriss Posted by venkriss on Jan. 27 2005,23:55
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 Posted by mikshaw on Jan. 28 2005,00:16
Look in /home/dsl/.xinitrcYou'll see a line with Dillo in it, yes? Do the same for your root access window: sudo su -c rxvt & ...or something similar |