home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1363 / README < prev   
Encoding:
Text File  |  1990-12-28  |  504 b   |  12 lines

  1. This is doas. It is written to be a system management utility, and should
  2. NOT be given to the average user. It's use is simple:
  3.  
  4. You specify the user group and command that you wish to execute.
  5. doas switches you to that user and group and executes the program.
  6. The default program is csh (or your default shell), and the default 
  7. user/group are 0 (root) and your current group.
  8. Feel free to hack up doas all you wish, but, please, leave my name
  9. and comments.
  10.  
  11. Usage: doas [user [group]] [-e prog [args]]
  12.