- UID
- 592596
- 帖子
- 3
- 积分
- 9
- 现金
- 66 圆
- 魅力
- 3 点
- 阅读权限
- 10
- 注册时间
- 2011-12-23
|
楼主
发表于 2011-12-23 11:36
| 只看该作者
How to add user in linux
I want to add a user in a group, while doing so getting user doesn't exist. and when added this user getting user already exist message.
For reference find the below output.
[root@indls00x ~]# usermod -G Ind-Linux-QA mathurr
usermod: user mathurr does not exist
[root@indls00x ~]# /usr/bin/getent passwd | grep mathurr
mathurr:x:12271:12271:Mathur, Rajat X:/home/mathurr:/bin/bash
[root@indls00x ~]# |
|