Not able to change the password of root in redhat 6.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Not able to change the password of root in redhat 6.
# 1  
Old 04-02-2012
Not able to change the password of root in redhat 6.

I have logged into single user mode and
whenever i issue
Code:
passwd root

nothing happens the cursor simply returns back without asking new password.

what can be issue?
# 2  
Old 04-02-2012
What havent you told us?
There is no need to go single user to change a passwd so why do so? What was the initial issue?
# 3  
Old 04-02-2012
What is the output from:
Quote:
id
mount
ls -lad /usr/bin/passwd
grep "root" /etc/passwd
# 4  
Old 04-02-2012
One Google and I came up with this post on www.linuxquestions.org which suggests that in Single User Mode you can only remove the password, not change it to a new value:

[SOLVED] passwd command not working in single user mode
This User Gave Thanks to methyl For This Post:
# 5  
Old 04-02-2012
I believe it is due to SELinux permissions. Make SELinux permissive (setenforce 0) and you should be able to change the root password in single user mode.
# 6  
Old 04-03-2012
Quote:
Originally Posted by methyl
One Google and I came up with this post on www.linuxquestions.org which suggests that in Single User Mode you can only remove the password, not change it to a new value:

[SOLVED] passwd command not working in single user mode
yes i was only able to remove password for root using single user mode.

---------- Post updated at 06:17 AM ---------- Previous update was at 06:16 AM ----------

Quote:
Originally Posted by fpmurphy
I believe it is due to SELinux permissions. Make SELinux permissive (setenforce 0) and you should be able to change the root password in single user mode.
How do i do that???
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Can a root role change the root password in Solaris 10?

i do not have root on a solairs 10 server , however i do have the root role, i was wondering if I can change the root password as a a role with the passwd command? I have not tried yet. and do i have to use the # chgkey -p afterwards? i need to patch is why i am asking. thanks (1 Reply)
Discussion started by: goya
1 Replies

2. Ubuntu

Root access that can't change root password?

We are having a little problem on a server. We want that some users should be able to do e.g. sudo and become root, but with the restriction that the user can't change root password. That is, a guarantee that we still can login to that server and become root no matter of what the other users will... (2 Replies)
Discussion started by: 244an
2 Replies

3. Red Hat

password change for user on Redhat 5.6

Hi expert, after creating users on Redhat, i wantn to change their password with something that easy to remember and the way we use. For example #passwd username hello$123 it don't allow me. It may has something to do /etc/pam.d/filesXXXX there which i don't know to change to allow root... (1 Reply)
Discussion started by: lamoul
1 Replies

4. Solaris

Solaris 8 - Asks for current root password when trying to change root password.

Hello All, I have several solaris boxes running Solaris 8. When changing root passwords on them, all will simply ask for the new root password to change and of course to re-type the new password. One of the systems however asks for the existing root password before it will display the new password... (8 Replies)
Discussion started by: tferrazz
8 Replies

5. Shell Programming and Scripting

how to change root password using shell script with standard password

Hi Friends. I am new to scripting now i want to change the root password using the script with standard password. which is the easy scripting to learn for the beginner, Thanks in advance. (2 Replies)
Discussion started by: kurva
2 Replies

6. Solaris

Root Password change

Hi All, I would like to find out when the root password changed last time..! :p Please guys help me Out (2 Replies)
Discussion started by: bullz26
2 Replies

7. HP-UX

How to change ROOT password.

Hi, we have a HP-UX server of model 9000/800/rp4440. We have been trying to reset the root password but are in vain.I used the following command and also are the outputs which i have received. # passwd Changing password for root New password: Re-enter new password: Unexpected failure.... (3 Replies)
Discussion started by: angelofhell
3 Replies

8. Solaris

change root password

Hi, please advise me what is the simplest way to change root password on Sun Sparc 64 bit with Solaris 9 on it. Thanks in advance. (3 Replies)
Discussion started by: duke0001
3 Replies

9. HP-UX

How to change root password on HP UX

Hello, I try to make a change on the root password on HP UX. I use sam but it didn't work here. I try to login as root but I failed however, I login to my name and then change to su and su password then it is o.k There is not much different from root and su but how do we use root? Thanks so... (4 Replies)
Discussion started by: mle06
4 Replies

10. UNIX for Advanced & Expert Users

Force Password Change...RedHat 7.1

Hello, I just finished adding a bunch of new users to the linux servers I administer. I add users either via command line or via linuxconf, but I can't seem to find out how to force users to change their passwords on their first login to the system. Anyone know how to do that? My HP-UX... (1 Reply)
Discussion started by: vancouver_joe
1 Replies
Login or Register to Ask a Question