Hi, try to read /usr/sbin/adduser. It's perl script, not ELF, so you can change something there. In line 953 (FreeBSD 4.10) is this: mkdir($homedir, 755). Simple change it to 700 and you should be where you wanted. NOT TESTED !!!! Peter Rosa