Tuesday, August 29, 2017
CentOS: Adding User
Command:
# useradd USERNAME
# passwd USERNAME
Result:
Changing password for user USERNAME.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.
Command:
# su USERNAME
$ cd ~
$ ls
$ pwd
Result:
/home/USERNAME
Newer Post
Older Post
Home