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
pgpMni4u1iVT2.pgp
Description: PGP signature
-- fedora-list mailing list [email protected] To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
