centos add and remove new user
To add a user to the system: Issue the useradd command to create a locked user account: useradd Unlock the account by issuing the passwd command to assign a password and set password aging guidelines: passwd How to Delete a User Should you find that you find that you no longer want to have a specific user on the … Read more