I am using Ubuntu 20.04 LTS. After installing it, the su
command worked perfectly (I was able to log in), but after rebooting the system, whenever I run su
, it says:
rakin@localhost:~$ su
Password:
su: System Error
rakin@localhost:~$
The user rakin
doesn't have sudo access, so I am in big trouble. How can I fix this?
System Error
in the source code of theutil-linux
package) however you can obtain sudo access by following the instructions here: How do I add myself [back] as a sudo user? – steeldriver Jul 24 '21 at 18:55