OS/UnixLinux
Linux 사용자 추가하기
negafix
2011. 4. 21. 09:44
간단한 명령이면서도 아주 가끔 사용하는지라 잊어버리지 않기 위해 포스팅합니다.
[root@linux-host ~]$ useradd trinity
[root@linux-host ~]$ passwd trinity
Changing password for user trinity.
New UNIX password: <-- 새로운 패스워드 입력
Retype new UNIX password: <-- 동일한(확인용) 패스워드 입력
passwd: all authentication tokens updated successfully.
[root@linux-host ~]$
[root@linux-host ~]$ passwd trinity
Changing password for user trinity.
New UNIX password: <-- 새로운 패스워드 입력
Retype new UNIX password: <-- 동일한(확인용) 패스워드 입력
passwd: all authentication tokens updated successfully.
[root@linux-host ~]$
까먹지 말아야죠.. ^^