home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sgi / 13569 < prev    next >
Encoding:
Text File  |  1992-09-12  |  1.3 KB  |  29 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!nntp-server.caltech.edu!rickert
  3. From: rickert@cco.caltech.edu (Keith Warren Rickert)
  4. Subject: Re: traceroute
  5. Message-ID: <1992Sep12.230356.20600@cco.caltech.edu>
  6. Sender: news@cco.caltech.edu
  7. Nntp-Posting-Host: sandman
  8. Organization: California Institute of Technology, Pasadena
  9. References: <1992Sep12.210628.5967@biome.bio.ns.ca>
  10. Distribution: na
  11. Date: Sat, 12 Sep 1992 23:03:56 GMT
  12. Lines: 15
  13.  
  14. In <1992Sep12.210628.5967@biome.bio.ns.ca> silvert@biome.bio.ns.ca (Bill Silvert) writes:
  15.  
  16. >I've been asked why only root can run traceroute on a PI.  It is mode 755,
  17. >but only root can access the necessary socket.  Apparently on other
  18. >platforms you don't have to be root to run it.  Any answers out there?
  19. >-- 
  20. >------------------------------------------------------------------------
  21. >William Silvert, Habitat Ecology Division, Bedford Inst. of Oceanography
  22. >P. O. Box 1006, Dartmouth, Nova Scotia, CANADA B2Y 4A2.  Tel. (902)426-1577
  23. >InterNet Address: silvert@biome.bio.dfo.ca
  24.  
  25. Only root can open icmp sockets.  Ping which also opens icmp
  26. sockets, is usually given setuid permissions.  If you do the same
  27. for traceroute, then anyone can run it...which is probably how its
  28. setup on the other platforms.
  29.