View Single Post

  #4 (permalink)  
Old 05-18-2008, 11:57 PM
guzenkov's Avatar
guzenkov guzenkov is offline
Junior Member
User
 
Join Date: May 2008
My distro: Arch
Posts: 6
Rep Power: 0
guzenkov is on a distinguished road
Default an example of the problem

Code:
[root@localhost ~]# useradd x -g users
[root@localhost ~]# egrep "^users" /etc/group
users:x:100:
[root@localhost ~]# id x
uid=502(x) gid=100(users) Gruppen=100(users)

Last edited by guzenkov; 05-18-2008 at 11:57 PM.. Reason: typo
Reply With Quote