Moderator: Moderators
$ su
passwd : # root password
# nano -w /etc/sudoers%users ALL=(ALL) ALL$ rigosabayonino wrote:edit /etc/sudoers configuration file
- Code: Select all
$ su
passwd : # root password
# nano -w /etc/sudoers
#Allow "users" group to run sudo
- Code: Select all
%users ALL=(ALL) ALL
save and exit
- Code: Select all
$ rigo
root ALL=(ALL) ALL
# Uncomment to allow people in group wheel to run all commands
# %wheel ALL=(ALL) ALL
# Same thing without a password
#%wheel ALL=(ALL) NOPASSWD: ALL
# Samples
# %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
# %users localhost=/sbin/shutdown -h now
#Added by Sabayon Installer
%wheel ALL=ALL
sabayonino wrote:you can't run "su" from GUI
use"sudo" "kdesu" or "gksu" !
senorsmile wrote:sabayonino wrote:you can't run "su" from GUI
use"sudo" "kdesu" or "gksu" !
Ah, I was sure before that I could open a terminal and simply type "su" to gain root access, like in other distro's.
However, I still have the problem of not being able to open Rigo, which I suspect is somehow related.
$ kdesu dolphin$ sudo dolphin$ su
Password
# dolphinsabayonino wrote:senorsmile wrote:sabayonino wrote:you can't run "su" from GUI
use"sudo" "kdesu" or "gksu" !
Ah, I was sure before that I could open a terminal and simply type "su" to gain root access, like in other distro's.
However, I still have the problem of not being able to open Rigo, which I suspect is somehow related.
You don't understand ...
example : if you want run Dolphin (KDE file manager) as root :
- Code: Select all
$ kdesu dolphin
- Code: Select all
$ sudo dolphin
not
- Code: Select all
$ su
Password
# dolphin
or in KDE press ALT+F2 and type "kdesu dolphin"
gksu rigosabayonino wrote:un rio as user.
when youre gonna instala a package it will ask aroot password
Return to Beginners|Newbies Area
Users browsing this forum: anomaly65 and 2 guests