in terminal,
1. command: su
2. comamnd: visudo
3. find "root ALL=(ALL) ALL" in the opened file. add following line
xx ALL=(ALL) ALL
"xx" is the user name
then sudo works
in terminal,
1. command: su
2. comamnd: visudo
3. find "root ALL=(ALL) ALL" in the opened file. add following line
xx ALL=(ALL) ALL
"xx" is the user name
then sudo works