Aug 27, 2001 #1 mike73 Technical User Aug 27, 2001 6 US I am new with Linux and I am still trying to learn. How can you change an user password in Linux if you log in as Root. thanks
I am new with Linux and I am still trying to learn. How can you change an user password in Linux if you log in as Root. thanks
Aug 27, 2001 #2 boebox MIS Oct 30, 2000 70 CA Mike, [root@hostname /]# passwd username Changing password for user username New UNIX password: Then type in new passwd. -Tony Upvote 0 Downvote
Mike, [root@hostname /]# passwd username Changing password for user username New UNIX password: Then type in new passwd. -Tony
Aug 27, 2001 #3 johnhoke Technical User Jul 8, 2001 144 US If you want to find information on a command in linux, you can always do man <command name> Just an FYI -j --- John Hoke Upvote 0 Downvote
If you want to find information on a command in linux, you can always do man <command name> Just an FYI -j --- John Hoke