How-to-simply...

Add permitions to user in CentOS

  • 1 run visudo in terminal
  • 2 add line (~67) under root row:
    username ALL=(ALL) ALL - this will add permition to username
  • 3 press i to edit line, write, press ESC key, then :x ENTER to save changes or :q! to quit