On Ubuntu, the root account is disabled by default. Instead you must use the "sudo" command to perform the required operations with the root account. However, if you want to enable the root account, you can just define it a password.
Type the command :
Bash
sudo passwd root
Then type your password (because of sudo) and 2 times the new password for the root account.
Bash
[sudo] password for informatiweb: Enter the new UNIX password : Retype new UNIX password :
You can then log in as root by typing the following command and using the password of the root (not the one you specified with sudo) account :
Bash
su - Password: root@informatiweb-pc:~#
If ultimately you want to re-disable the root account, you can simply use the parameter "l" of "passwd" command.
Since the password has expired, the account will be disabled.
Bash
sudo passwd -l root
Linux 2/25/2015
Linux 2/4/2014
Linux 9/12/2015
Linux 2/13/2014
Pinned content
Contact
® InformatiWeb-Pro.net - InformatiWeb.net 2008-2022 - © Lionel Eppe - All rights reserved.
Total or partial reproduction of this site is prohibited and constitutes an infringement punishable by articles L.335-2 and following of the intellectual property Code.
You must be logged in to post a comment