It appears that a umask issued from the command line gets subtracted

from some system default. How can I set a fully open umask so that new files have permissions of 777 thereby over-riding

the system defaults. Currently in my environment, entering a umask command of: umask 0000 ...thereafter will only create a file with 666 permissions.
Thanks