CHANGING ‘GID’ IN AIX
If we are changing gid of a group we need to change /etc/passwd after changing the gid
For example
Chgroup id=<xyz> group name
This wont change the gid mentioned in the /etc/passwd
So what we should do
Chuser pgrp=<xyz> user name
No comments:
Post a Comment