answersLogoWhite

0

AllQ&AStudy Guides
Best answer

Try "man 5 passwd"

This answer is:
Related answers

Try "man 5 passwd"

View page

You can see this yourself by looking at the passwd file - it is the colon symbol.

View page

passwd

View page

grep -i "oot" /etc/passwd (Note, the -i allows the search to be case-insensitive)

View page

$ passwd to change your own password:

Log in as root to change the password for a user named fred:

# passwd fred

Commands to add a new user and then set a password for a user named fred:

# adduser fred

# passwd fred

View page
Featured study guide
📓
See all Study Guides
✍️
Create a Study Guide
Search results