On AIX doing chown and not working correctly.
chown longaccountname /app
Unable to change ownership on file system.
This is happening due to a character limitation on AIX.
RESOLUTION 1:
1 - Issue the ls command with the -X option to display character lengths greater than 8
ls -lXd /apps
RESOLUTION 2:
Increase the character length
1 - chdev -l sys0 -a max_logname=21
2 - reboot
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center