[root@linux /root]# adduser --help
usage: adduser [-u uid [-o]] [-g group] [-G group,...]
[-d home] [-s shell] [-c comment] [-m [-k template]]
[-f inactive] [-e expire ] [-p passwd] [-n] [-r] name
adduser -D [-g group] [-b base] [-s shell]
[-f inactive] [-e expire ]
[root@linux /root]# man adduser
-p option !!
: : 먼저 계정 등록(adduser 명령어 사용) 시에 비밀번호까지 한꺼번에 설정해 버리면 나을
듯... : :
: : 나중에 별도로 비밀번호를 변경할 필요가 없겠죠 ? adduser 명령어에 비밀번호를 바로 설
: : 정하도록 옵션을 주면 되겠죠..
:
:
: 제가 알기로는 그런 옵션이 없습니다.
: 있으면 좀 가르쳐주세요. --;