Page 1 of 1

Guest as root?

Posted: 04 Apr 2018, 16:15
by Ed_P
This works for me.

echo guest | sudo -S activate $OPTIONAL/$CHROME > /dev/null 2>&1 &

The two variables are the folder the module is in and the module file's name.

Guest as root?

Posted: 05 Apr 2018, 00:28
by Ed_P
This works for my file manager.

guest@porteus:~$ echo toor | sudo -S nemo
^C
guest@porteus:~$

Guest as root?

Posted: 05 Apr 2018, 03:50
by donald
On my system, sudo asks for the guest password
echo guest (or whatever the current password is)

Guest as root?

Posted: 05 Apr 2018, 05:30
by Ed_P
Actually, it does on mine also.

guest@porteus:~$ echo guest | sudo -S nemo
Password: ^C
guest@porteus:~$

Guest as root?

Posted: 06 Apr 2018, 04:01
by Ed_P
:good: