In Aix
# mkuser id='<id>' pgrp='<group name>' groups='<secondary group>' su='true' home='/home/mqm' gecos='<Comment>' maxage='0' <user id>
In Solaris/RHEL
#useradd -g <group> -d <home directory> -c <Comment> <user id>
# mkuser id='<id>' pgrp='<group name>' groups='<secondary group>' su='true' home='/home/mqm' gecos='<Comment>' maxage='0' <user id>
In Solaris/RHEL
#useradd -g <group> -d <home directory> -c <Comment> <user id>
No comments:
Post a Comment