How to eliminate the login password requirement. My administrator had left the job and I am unable to login as Administrator.
Asked
Active
Viewed 70 times
1 Answers
0
Normally, Ubuntu does not have a login for the user 'root'.
Instead you use sudo command line to run the command command line, and you use your own user ID's password to escalate the permissions and run with root permissions via sudo.
Example (to modify the file /etc/fstab),
sudo nano /etc/fstab
So if you have the password for the previous administrator's user ID, fine. Otherwise you may need to reset that password,
sudodus
- 47,684