How does sudo work these days in F10 ?

Todd Zullinger tmz at pobox.com
Fri Jan 30 20:26:40 UTC 2009


Linuxguy123 wrote:
> How does sudo work these days in F10 ?  Why isn't this asking me for
> the root password ?
>
> $ sudo chown xxx /proc/bus/usb/007/002
> [sudo] password for xxx:

That's how sudo has worked for ages.  You may be thinking of su
instead of sudo.

    $ su -c 'chown xxx /proc/bus/usb/007/002'

would prompt you for the root password.  Using sudo requires you to
setup the /etc/sudoers file.

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Oh, I feel so deliciously white trash!  Mommy, I want a mullet!
    -- Stewie Griffin

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 542 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20090130/10d132fe/attachment-0001.sig>


More information about the fedora-list mailing list