Monday, March 5, 2012

Linux sudo Error "is not in the sudoers file"

 

This is the Simple little Guide to Overcome this little Barrier :)

  1. Open a Terminal Window:
    • Gnome:
      Accessories >> Root Terminal
    • KDE:
      Applications >> System >> Terminal
  2. Login as the SuperUser:
    su
  3. Execute this Command:
    visudo
  4. Enter this line under the Section Beginning for:

    # Username privilege specification

    yourUserName ALL=(ALL) ALL
    You need to Substitute yourUserName with your User Name :)
  5. Save and Exit by:
    Ctrl+x
  6. Last... this


    Bloogger Blogger, Google Blogger, Google Google


    Others Tuts

You are Done and Can Finally Execute a sudo Command :)

No comments:

Post a Comment