The below command shows how to change the MAXLOGNAME in AIX.
You need reboot the server for the changes to get effective:
# chdev -l sys0 -a max_logname=9
sys0 changed
#
# mkuser australi
3004-694 Error adding "australia" : Name is too long.
#
After rebooting the server:
# uptime
11:28AM up 12 mins, 1 user, load average: 0.00, 0.20, 0.21
#
# mkuser australi
# id australi
uid=208(australi) gid=1(staff)
#
No comments:
Post a Comment