All, I am using TORQUE to create web readable files, however when I try to set the umask to 022 (u=rw,g=r,o=r) the permissions are actually set 027 (u=rw,g=r,o=) what I am doing wrong? I need the files readable by others, such as apache so that the webinterface can display them. Aaron