Creating a user account is a two step process.
1. Create a user account.prompt> useradd user-name
2. set a password for the new account.
prompt>passwd user-name
This will create a user
Creating a user account is a two step process.
1. Create a user account.
Comments