FREEBSD用户帐户管理
星期三, 十一月 14th, 2007FREEBSD用户帐户管理
第一个就是添加用户命令了:
adduser
常用命令选项如下:
adduser -h
usage: adduser [options]
options may include:
-C save to the configuration file only 保存配置文件
-D do not attempt to create the home directory 不创建用户目录
-E disable this account after creation 创建用户后关闭用户登陆
-G additional groups to add accounts to 把用户加到某个组
-L login class of the user
-N do not read configuration file 不读取控制文件
