When adding users amanually or using admintool, you should specify or create the home directory. Creating users manually does not in itself creates automatically the home directory. Please try the following: useradd -g 3 -u 100 /export/home/test -s /bin/bash Novice