/
How to create users
How to create users
Step-by-step guide
- Begin by adding the user
- sudo useradd <username> // this will create the new user account
- sudo echo <username>:<new_password> | sudo chpasswd // this will force through a new password onto the account
- To allow the <username> to change their password
- passwd -u <username> // this will unlock the password so it can be changed by the user
- sudo su - <username> // this logs onto the users account
- passwd // the user can now follow the prompts to change their password
Related articles
, multiple selections available,
Related content
Working with workflows
Working with workflows
More like this
5 - Sequence Diagrams by Experience
5 - Sequence Diagrams by Experience
More like this
Git
More like this
4 - Activity Diagrams by Experience
4 - Activity Diagrams by Experience
More like this
2 - Class Diagram Basics by Experience
2 - Class Diagram Basics by Experience
More like this
MySQL (workbench)
MySQL (workbench)
More like this