Computer Science Fundamentals Operating Systems Subjective
Mar 12, 2013

How does user set or change his password in UNIX system?

Detailed Explanation

‘passwd’ command is use to set or change password. When you enter a password, the string is encrypted by the system.
This encryption stored in a file named shadow in the /etc directory.
Syntax—
     <prompt>passwd
     (current) UNIX password : ******
     New UNIX password : ******
     Retype UNIX password : ******

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback