linux下建立使用者并為使用者設定密碼
[root@localhost ~]# useradd david
[root@localhost ~]# passwd david
Changing password for user test.
New password: 123
Retype new password:123
passwd: all authentication tokens updated successfully.
linux下建立使用者并為使用者設定密碼
[root@localhost ~]# useradd david
[root@localhost ~]# passwd david
Changing password for user test.
New password: 123
Retype new password:123
passwd: all authentication tokens updated successfully.