I would like to start a root terminal from guest mode from command line. How does one do that^
Thanks.
starting a root terminal from guest mode
- francois
- Contributor
- Posts: 6497
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
starting a root terminal from guest mode
Prendre son temps, profiter de celui qui passe.
-
- Full of knowledge
- Posts: 2104
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: starting a root terminal from guest mode
Code: Select all
guest@localhost:~$ terminal -e "su -"
Re: starting a root terminal from guest mode
If you have a "run" menu item and you are using KDE then you might be interested in
kdesu <software-name>
eg kdesu kate ---kdesu konsole etc
http://www.linuxquestions.org/questions ... ot-949450/
kdesu <software-name>
eg kdesu kate ---kdesu konsole etc
http://www.linuxquestions.org/questions ... ot-949450/
- francois
- Contributor
- Posts: 6497
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: starting a root terminal from guest mode
Thanks to both. Your expertise is really appreciated. 

Prendre son temps, profiter de celui qui passe.