home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / CPE601.ZIP / UTILS.ZIP / CHMOD.DOC < prev    next >
Text File  |  1990-03-29  |  953b  |  28 lines

  1.                   CHMOD - Unix Style File Status Utility
  2.                      Copyright(c) 1989, 3P Software
  3.                      
  4.                      
  5. CHMOD is a DOS/Novell version of the Unix utility of the same name. Unlike it's
  6. Unix counterpart, CHMOD does not support group/user ownership of files. CHMOD
  7. allows you to toggle or set the various DOS/Novell attributes of any file,
  8. directory or group of files/directories. Command line parameters are flexible
  9. in that either the filespec or command switches may appear first in the
  10. command line. Lower case switches act as toggles, while upper case switches
  11. will set the attribute desired.
  12.  
  13.  
  14. Syntax:         CHMOD -switches filespec
  15.  
  16.  
  17. Switches:       Toggle    Set    Attribute
  18.             r    R    Read-Only
  19.             h    H    Hidden
  20.             s    S    System
  21.             a    A    Archive
  22.             x    X    Network Shared (Novell)
  23.             u    U    Network Use (Others)
  24.  
  25. File specs may be any valid dos wildcard.
  26.  
  27.  
  28.