answersLogoWhite

0

In Linux and Unix-like systems, the "root" account is the only account with all possible privileges. The "root" password would be the password needed to access this account or assume its identity.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

What is the password for su root in Linux?

The password would be whatever the root password is set to.


You want secure the password of root user?

Your question isn't exactly clear. If you want to secure the password, give root a secure password.


Where is the root password stored in Ubuntu?

The root password is stored in hashed form in the /etc/shadow file.


How do you change the root password in Linux?

When it askes for user enter root, and then when it asks for password enter the password. If you don't know password for root it's a really serious problem. You can also log in as root via command line by typing "su"


How would yopu log in as Zach if you did not know his password but knew the root password?

Login as root in terminal then enter: #sudo Zach


How do you reset your Linux password?

Run the command "passwd". You will have to enter your old password to change it. If you are root, you will not have to enter the old password to change a user's password.


What is the default password of mysql?

MySQL does not have a default password; during installation, users are typically prompted to set a root password. If a password is not set, the root user may have no password, allowing access from the localhost. It's important to secure the root account by setting a strong password immediately after installation to prevent unauthorized access. Always refer to the documentation for the specific version being used, as practices may vary.


How would you log in as Zach if you did not know his password but knew the root password?

The square brackets indicate that the enclosed item is optional. Thus, the simplest way to use the su command is to just type: su The operating system assumes that, in the absence of a username, the user wants to change to a root session, and thus the user is prompted for the root password as soon as the ENTER key is pressed. This produces the same result as typing: su root If the correct password is provided, ownership of the session is changed to root.


Where is root password stored?

in /etc/shadow file, encrypted


When you open DS Linux it asks you for a user name and password What do you put in?

Try "root" as the username and "uClinux" as the password.


Can you recover a root password in Linux?

No, none of the passwords used in a Linux system can be "recovered" because there isn't a reverse encryption for it. However, you can "reset" the root password by using the single-user mode at boot time (which puts you in the root account automatically) and then changing at that time.


You've forgotten the root password on your ubuntu. Describe how booting into single user mode will help you?

When you boot into single-user mode you aren't asked for any credentials (passwords, etc.). When you get the shell prompt, just reset the admin/root password using the passwd command. Then, allow multi-user mode to boot and you are all set with the new root password.