linux添加新用户使用 useradd -----create a new user or update default new user information

删除用户使用userdel  -----delete a user account and related files

useadd options:

-c, --comment COMMENT set the GECOS field for the new user account

-d, --home-dir HOME_DIR home directory for the new user account 

-p, --password PASSWORD use encrypted password for the new user
account

 -g, --gid GROUP               force use GROUP for the new user account
-s, --shell SHELL the login shell for the new user account
-u, --uid UID force use the UID for the new user account
 

常用的 :  -d 设置新用户的home

-p 设置新用户密码

-g 设置group

-s 设置login 的shell 类型

-u 设置UID

-c 新用户描述信息

1. useradd rhel -d /home/rhel -p zxcv5678

添加新用户 rhel  默认home /home/rhel

发现使用该用户登录不上,使用passwd 修改密码,报错

Authentication token manipulation error

google之后发现,可以使用 root权限 passwd -d rhel 清空用户密码

之后su rhel 重新设置

2.使用-g 指定的gid 应该大于500

可以从/etc/group 看到对应的的gid

删除用户:

Usage: userdel [options] LOGIN

Options:
-f, --force force removal of files, even if not owned by user

-r, --remove remove home directory and mail spool

-f 强制删除

-r删除home和mail

userdel -r rhel

最新文章

  1. iOS 关于UIWindow的理解
  2. Maven的第一个小程序
  3. Jmeter关联
  4. ASP运行流程(主要的类笔记)
  5. FlexSlider插件的详细设置参数 http://www.woothemes.com/flexslider/
  6. jquery easy ui 学习 (3) window 限制在父类窗体内
  7. USB通讯协议之深入理解
  8. OC版二分查找
  9. vue中html模板使用绑定的全局函数
  10. Python基础(切片,list循环,元组)
  11. UVALive - 4885 Task 差分约束
  12. Mysql中use一个表出现警告:Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A
  13. Windows 下单机最大TCP连接数
  14. PHP 操作 Redis 的手册
  15. 从零开始一起学习SLAM | 为什么要学SLAM?
  16. 一句话说清楚cache和buffer
  17. c++ #ifdef的用法
  18. Linux内核分析:recv、recvfrom、recvmsg函数实现
  19. MongoDB(课时21 索引)
  20. DATASNAP远程方法返回TSTREAM正解

热门文章

  1. 【转】随机函数 rand() srand() 以及seed的原理
  2. 网上搜的一个shell中 中文设置的一个样例;
  3. 【8-16】Android学习笔记01
  4. TMS320C64X+ 中使用EDMA3中断
  5. django 初级(一) 配置与周边
  6. [原] Intellij IDEA开发Android,祝还在使用eclipse的早日脱离苦海
  7. 【转载】Ubuntu 系列安装 Docker
  8. NOIP2005 等价表达式
  9. cas
  10. Ubuntu 12 安装 搜狗输入法