ETC

[HP-UX] 계정생성 및 수정(useradd, usermod)

MuGrammer 2012. 2. 17. 08:34

계정생성 - useradd

      useradd [-u uid [-o]] [-g group] [-G group[,group]...] [-d dir]

           [-s shell] [-c comment] [-m [-i] [-k skel_dir]] [-f inactive]

           [-e expire] [-r update_homedir_ownership] [-p encrypted_password]

           [-t template] [-P -S alternate_password_file] login


      useradd -D [-g group] [-b base_dir] [-f inactive] [-e expire]

           [-r update_homedir_ownership] [-k skel_dir] [-s shell]

           [-c comment] [-O allow_dup_uids] [-t template]



계정수정 - usermod

      usermod [-u uid [-o]] [-g group] [-G group[,group]...]

           [-d dir [-m [-i]]] [-s shell] [-c comment] [-f inactive]

           [-l new_logname] [-e expire] [-p encrypted_password]

           [-F] [-P -S alternate_password_file] login



반응형

'ETC' 카테고리의 다른 글

[SVN] pre-commit.bat 만들기  (0) 2012.02.24
[BAT] for문  (0) 2012.02.20
[SVN] Want to go offline?  (0) 2012.02.08
[SVN]svnadmin  (0) 2012.02.07
[SVN] 이번엔 svn needs-lock이다..  (0) 2012.02.06