Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Maximum UID is 8 Characters?
Name: meihua_t Date: October 25, 2005 at 08:55:31 Pacific OS: AIX 5.3 CPU/Ram: p570
Comment:
Hi,
I'm using AIX version 5.3 currently. I'm trying to create a user id, e.g. andyleong, which the system prompted the length is too long.
1. I would like to know is that the length of user id is limited to maximum 8 characters for AIX. 2. Is it apply to all versions of AIX?
If no limitation, would greatly appreciate if you could tell me the configuration file that need to be changed. Thanks.
Summary: Traditionlly, Unix limits the length of the user id to 8 characters. 'tom.jame' is 8 characters and I would expect - when using the w command - that any characters entered over 8 will be ignored. Sorr...
Summary: Unix login names are limited to 8 characters maximum. Perhaps (particularily with ssh) the ssh program will not allow a variable with a size greater than the declared length to be read in. This will...
Summary: i'm needing help making unix accounts i'm a student and i've found out how to make regular accounts in unix but i need to use this page to go by.: --------------- Create a script to create user accoun...