starting a root terminal from guest mode

Non release banter
User avatar
francois
Contributor
Contributor
Posts: 6435
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

Post#1 by francois » 11 Feb 2016, 06:26

I would like to start a root terminal from guest mode from command line. How does one do that^

Thanks.
Prendre son temps, profiter de celui qui passe.

donald
Full of knowledge
Full of knowledge
Posts: 2067
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

Re: starting a root terminal from guest mode

Post#2 by donald » 11 Feb 2016, 10:20

Code: Select all

guest@localhost:~$ terminal -e "su -"

aus9

Re: starting a root terminal from guest mode

Post#3 by aus9 » 11 Feb 2016, 11:18

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/

User avatar
francois
Contributor
Contributor
Posts: 6435
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

Post#4 by francois » 11 Feb 2016, 14:28

Thanks to both. Your expertise is really appreciated. :)
Prendre son temps, profiter de celui qui passe.

Post Reply