|
发表于 2004-12-24 15:10:08
|
显示全部楼层
usage: useradd [-u uid [-o]] [-g group] [-G group,...]
[-d home] [-s shell] [-c comment] [-m [-k template]]
[-f inactive] [-e expire ] [-p passwd] name
useradd -D [-g group] [-b base] [-s shell]
[-f inactive] [-e expire ]
自己man一下看,可以指定起始目录位置等多种用户属性。或者了解一下/etc/passwd和/etc/group |
|