Aug 27, 2001 #1 mike73 Technical User Joined Aug 27, 2001 Messages 6 Location 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 Joined Oct 30, 2000 Messages 70 Location 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 Joined Jul 8, 2001 Messages 144 Location 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