home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mm / mm-ccmd-0.91-20031017.tar.gz / mm-ccmd-0.91-20031017.tar / work / mm / help / VARS.DIR / new-file-mode.HLP < prev    next >
Text File  |  1990-12-18  |  718b  |  17 lines

  1. SET NEW-FILE-MODE [number]  -  define the file mode for new files
  2. Usually:          600
  3.  
  4. The NEW-FILE-MODE variable defines the file mode, as an octal number
  5.   (absolute value), for new files created by MM.  Commands such as COPY 
  6.   and MOVE, LIST, and WRITE, among others, may create new files.  
  7.  
  8. The usual mode, 600, gives a high level of protection, read/write by owner
  9.   (you) only.  This mode is shown symbolically as -rw------- when the
  10.   file is listed by the "ls -l" command.
  11.  
  12. For information on file modes, including use of octal values, type 
  13.   "!man chmod" at any MM prompt, or "man chmod" at the shell prompt.
  14.  
  15. For more help, type "help" and one of the following:
  16. (at any prompt:)  save-init   set   show
  17.