티스토리 뷰

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 ~]$

까먹지 말아야죠.. ^^

'OS > UnixLinux' 카테고리의 다른 글

AIX 디스크 파티션(용량) 할당 변경하기  (1) 2011.11.29
Linux 설치명 확인 방법  (0) 2011.04.22
Linux에 cmake 설치하기  (0) 2011.04.21
Unix/Linux 에서의 cron 설정법  (0) 2010.06.15
공지사항