home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gumby!wupost!cs.utexas.edu!cs.utexas.edu!singhal
- From: singhal@cs.utexas.edu (Vivek P. Singhal)
- Newsgroups: comp.text.frame
- Subject: Re: default permissions
- Date: 20 Nov 92 11:27:27
- Organization: Univ. of Texas at Austin, CS Dept.
- Lines: 27
- Message-ID: <SINGHAL.92Nov20112727@twins.cs.utexas.edu>
- References: <1992Nov20.155216@sld64pki-nbg.philips.de>
- NNTP-Posting-Host: twins.cs.utexas.edu
- In-reply-to: pla_jfr@pki-nbg.philips.de's message of 20 Nov 92 14:52:16 GMT
-
- >>>>> In article <1992Nov20.155216@sld64pki-nbg.philips.de>, pla_jfr@pki-nbg.philips.de (joachim friedrichs) writes:
-
- JF> Does anybody know how to change the default permissions
- JF> (group and others: read) for frame-X.3.1 "save as".
-
- The csh's umask command determines the default file creation mask.
- FrameMaker uses this mask to set the default values of the Group and
- Public read/write permissions in the Save As dialog box.
-
- On a Sun, see the csh(1) man page for more information on using the
- umask command. Here's some examples:
-
- umask 077 # no group or public read/write
- umask 022 # no group or public write
- umask 007 # no public read/write
- umask 002 # no public write
- ...
-
- Normally, you would set the umask in your ~/.cshrc file.
- --
-
-
- Vivek
-
- ----------------------------------------------------------------
- Vivek Singhal singhal@cs.utexas.edu Office: (512) 471-9711
- Univ of TX @ Austin, CS Dept, TAY 3.104C Home: (512) 385-1855
-