home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / admin / 4314 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.1 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!zaphod.mps.ohio-state.edu!ub!acsu.buffalo.edu!hinkle
  2. From: hinkle@cs.Buffalo.EDU (Steven J. Hinkle)
  3. Newsgroups: comp.unix.admin
  4. Subject: Re: allowing users root access to specific commands
  5. Message-ID: <Brwt1v.2pL@acsu.buffalo.edu>
  6. Date: 24 Jul 92 20:03:30 GMT
  7. References: <1992Jul24.130911.6009@dragon.acadiau.ca>
  8. Sender: nntp@acsu.buffalo.edu
  9. Organization: State University of New York at Buffalo/Comp Sci
  10. Lines: 15
  11. Originator: hinkle@electra.cs.buffalo.edu
  12. Nntp-Posting-Host: electra.cs.buffalo.edu
  13.  
  14.  
  15. In article <1992Jul24.130911.6009@dragon.acadiau.ca>, alan@dragon.acadiau.ca (Alan McKay) writes:
  16. > Does anyone know of a way I can give root access to specific users for
  17. > specific commands?  A while ago I pulled a program from the net which
  18. > did this, but I seem to have lost the program before installing it.
  19.  
  20.    We use a program called 'sudo'.  It is available via anonymous ftp from 
  21. boulder.colorado.edu in /pub/sa-book/sudo
  22.  
  23.    In a file (/usr/local/adm/sudoers) you can specify a username, the commands
  24. that username can execute as root and a path that it has as root.
  25.  
  26.    Works great.
  27.  
  28. Steven Hinkle
  29.