home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / text / frame / 3444 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  1.4 KB

  1. Path: sparky!uunet!gumby!wupost!cs.utexas.edu!cs.utexas.edu!singhal
  2. From: singhal@cs.utexas.edu (Vivek P. Singhal)
  3. Newsgroups: comp.text.frame
  4. Subject: Re: default permissions
  5. Date: 20 Nov 92 11:27:27
  6. Organization: Univ. of Texas at Austin, CS Dept.
  7. Lines: 27
  8. Message-ID: <SINGHAL.92Nov20112727@twins.cs.utexas.edu>
  9. References: <1992Nov20.155216@sld64pki-nbg.philips.de>
  10. NNTP-Posting-Host: twins.cs.utexas.edu
  11. In-reply-to: pla_jfr@pki-nbg.philips.de's message of 20 Nov 92 14:52:16 GMT
  12.  
  13. >>>>> In article <1992Nov20.155216@sld64pki-nbg.philips.de>, pla_jfr@pki-nbg.philips.de (joachim friedrichs) writes:
  14.  
  15. JF> Does anybody know how to change the default permissions
  16. JF> (group and others: read) for frame-X.3.1 "save as".
  17.  
  18. The csh's umask command determines the default file creation mask.
  19. FrameMaker uses this mask to set the default values of the Group and
  20. Public read/write permissions in the Save As dialog box.
  21.  
  22. On a Sun, see the csh(1) man page for more information on using the
  23. umask command.  Here's some examples:
  24.  
  25. umask 077            # no group or public read/write
  26. umask 022            # no group or public write
  27. umask 007            # no public read/write
  28. umask 002            # no public write
  29. ...
  30.  
  31. Normally, you would set the umask in your ~/.cshrc file.
  32. --
  33.  
  34.  
  35. Vivek
  36.  
  37. ----------------------------------------------------------------
  38. Vivek Singhal      singhal@cs.utexas.edu  Office: (512) 471-9711
  39. Univ of TX @ Austin, CS Dept, TAY 3.104C    Home: (512) 385-1855
  40.