Apologies for the delay. Wendy I had this same problem a while back. From memory the reason it works at the colon prompt but not from uniobjects it the umask. When you run udt it inherits it's umask from your environment. On linux I have a unidata.sh file in /etc/profile.d which sets it to 002 and the files will be created as rw-rw-r--. Other responses have explained how the umask works.
A uniobjects session inherits it's environment from the unirpcd which in turn inherits this from the startud and startunirpcd. If you grep umask in $UDTBIN/startud you will find "umask 022". As Charlie mentioned, the simplest fix is to alter $UDTBIN/startunirpcd so unirpcd inherits the umask you want. HTH Adrian -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
