either im looking in the wrong place or its not shown
i need to use root user whats the root password any help would be nice thanks,
Code: Select all
gconftool-2 -\-type bool -\-set /apps/gksu/sudo-mode true
I find it a complete PITA. I am coming from SuSE and su in a terminal if/when I have the need and can do a whole heap of stuff without prefixing each line with sudo. Which makes sense to me.Joe Schmoe wrote:I'm curious; does anyone really think this sudo nonsense accomplishes anything?
If you type " sudo su" and then "startx" X11 runs as root and won't as for root passwords.croston wrote:A bug in the RPi Debian distribution - applications in X still ask for the root password, not the sudo password. You can fix this with the following command:This bug was noticed a few weeks ago but the Debian image has not been re-released since.Code: Select all
gconftool-2 -\-type bool -\-set /apps/gksu/sudo-mode true
If you need to do a whole bunch of stuff as root and are willing to take the risk of doing something stupid, just get a root shell with sudo -s or sudo su. Is it really that inconvenient? If you really want to it's not that hard to give root a password either.dukla2000 wrote:I find it a complete PITA. I am coming from SuSE and su in a terminal if/when I have the need and can do a whole heap of stuff without prefixing each line with sudo. Which makes sense to me.Joe Schmoe wrote:I'm curious; does anyone really think this sudo nonsense accomplishes anything?
dukla2000 wrote:I find it a complete PITA. I am coming from SuSE and su in a terminal if/when I have the need and can do a whole heap of stuff without prefixing each line with sudo. Which makes sense to me.Joe Schmoe wrote:I'm curious; does anyone really think this sudo nonsense accomplishes anything?
OTOH I know Linus threw his toys out the cot a few months ago because his daughter's PC running SuSE asked for a root password - obviously his view is in the camp it is deprecated. And it is his toy!
Arghh, I'd suggest that this is the "wrong solution to the problem"!pgtaylor wrote:"sudo passwd root" worked for me....I can now run my own compiled programs ( couldn't access bin folder without priviliges before)...thanks whoever it was gave solution