1831829 Members
2936 Online
110031 Solutions
New Discussion

umask settings

 
Indira Aramandla
Honored Contributor

umask settings

People

I have two users, one who's new. When the old user runs a report under Masterpiece the four job files are created in their print directory. When the new user runs the same job it stays on the process queue and onlyh creates at most one file. I've been checking umask settings as I've noted that the files from both users have different permissions. I cannot find where their umask is set. I've looked in .profile .login .cshrc and /etc/profile and still cannot find any umask setting. Does anyone have any other ideas as to where these can be set for both users ?
Never give up, Keep Trying
4 REPLIES 4
Michael Tully
Honored Contributor

Re: umask settings

If a user has shell access they can change their own umask.

/etc/profile
/home/user/.profile & .csh.login, .cshrc, .kshrc, etc
Anyone for a Mutiny ?
T G Manikandan
Honored Contributor

Re: umask settings

/etc/profile
/etc/csh.login



.profile
.login
.cshrc

Else you can check whether it is added in a script and is plcaed inside the above files.

Thanks

Shahul
Esteemed Contributor

Re: umask settings

Hi

It may be from a different script which is called by any startup program. What U can do is add ur umask setting in .profile or .login, depends up on which shell they are using. This may find the result.

Best of luck
Shahul
Indira Aramandla
Honored Contributor

Re: umask settings

Closing this thread. The owner of this thread has ended their contract at this site on August 2002.

I joined from September 2002 and did not see this issue. Any way thanks for all the replies and sorry for the delayed points.

Closing the thread.

Indira A
Never give up, Keep Trying