Thursday, January 24, 2013

sudo in Fedora 17

Configuring sudo in fedora

Open terminal: Become a root user
  $su
Write this command in terminal:
  $echo 'your_username ALL=(ALL) ALL' /etc/sudoers
your_username= add your user name(the name by which you login)

Its done! Now, you can use sudo.

No comments:

Post a Comment