正在加载图片...
Min/max values for automatic gid selection in groupadd GID MIN500注:GID是从500开始; GID MAX 60000 If defined this command is run when removing a user It should remove any at/cron/print jobs etc. owned by the user to be removed (passed as the first argument) #USERDEL CMD /usr/sbin/userdel local If useradd should create home directories for users by default On RH systems, we do. This option is ORed with the -m flag on CREATE HOME 注:是否创用户家目录,要求创建; 3.6/etc/default/useradd /etc/ default/ useradd定义了通过 useradd命令添加用户时的 规则。 查看系统/etc/ default/ useradd文件的内容,具体如下。 #f useradd defaults file GROUP=100 HOME=home注:把用户的家目录建在/home中。 INACTIVE=1注:是否启用帐号过期停权,-1表示不启用。 EXPIRE 注:帐号终止日期,不设置表示不启用。 SHELL= bin/bash注:所用 SHELL的类型。 SKEL=/etc/skel 注:默认添加用户的目录默认文件存放位置。当用 adduser添加用户时,用户个人目录下的文件,都是从这个目录中复制过去 四、用户管理 4.1管理用户的常用命令 在 Linux操作系统中,提供了一系列用于用户管理的命令,具体 如下表所示。 表4-1用户管理命令一览表 序号 命令 说明 useradd 添加用户。 12《LInux操作系统》讲稿/河南中医学院/阮晓龙/rl@hactcm.edu.cn12 《Linux 操作系统》讲稿 / 河南中医学院 / 阮晓龙 / rxl@hactcm.edu.cn # # Min/max values for automatic gid selection in groupadd # GID_MIN 500 注:GID 是从 500 开始; GID_MAX 60000 # # If defined, this command is run when removing a user. # It should remove any at/cron/print jobs etc. owned by # the user to be removed (passed as the first argument). # #USERDEL_CMD /usr/sbin/userdel_local # # If useradd should create home directories for users by default # On RH systems, we do. This option is ORed with the -m flag on # useradd command line. # CREATE_HOME yes 注:是否创用户家目录,要求创建; 3.6 /etc/default/useradd /etc/default/useradd 定义了通过 useradd 命令添加用户时的 规则。 查看系统/etc/default/useradd 文件的内容,具体如下。 # useradd defaults file GROUP=100 HOME=/home 注:把用户的家目录建在/home 中。 INACTIVE=-1 注:是否启用帐号过期停权,-1 表示不启用。 EXPIRE= 注:帐号终止日期,不设置表示不启用。 SHELL=/bin/bash 注:所用 SHELL 的类型。 SKEL=/etc/skel 注: 默认添加用户的目录默认文件存放位置。当用 adduser 添加用户时,用户个人目录下的文件,都是从这个目录中复制过去。 四、用户管理 4.1 管理用户的常用命令 在 Linux 操作系统中,提供了一系列用于用户管理的命令,具体 如下表所示。 表 4-1 用户管理命令一览表 序号 命令 说明 1 useradd 添加用户
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有