home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / Tools / bffs1.3.lha / bffs1.3 / doc / chown.doc < prev    next >
Text File  |  1994-02-02  |  884b  |  32 lines

  1. ------------------------------------------------------------------------
  2. Version 1.0 of chown                      Distribution is 2-Feb-94
  3. ------------------------------------------------------------------------
  4.  
  5. chown - change file ownership for both the owner and group
  6.  
  7.  
  8. This program acts nearly identical to the Unix command of the same name.
  9.  
  10.  
  11. Usage:
  12.     chown owner.group filename [filename . . . ]
  13.  
  14. Where 
  15.     owner is the uid of the file owner
  16.  
  17.     group is the gid of the file group
  18.  
  19.     filename is the name of the file to modify
  20.  
  21.  
  22.     You are allowed to name as many names as you want to
  23.         change to the specified group.
  24.  
  25.     This command does not currently handle recursive operation.
  26.  
  27. ------------------------------------------------------------------------
  28.  
  29.  
  30. This program was created by Chris Hooper (cdh@mtu.edu)
  31. ------------------------------------------------------------------------
  32.