stopsocks.1
上传用户:sddyfurun
上传日期:2007-01-04
资源大小:525k
文件大小:2k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. .TH stopsocks 1 "1 Oct 1998"
  2. .SH NAME
  3. stopsocks - A script to manage standalone socks5 daemons
  4. .SH SYNOPSIS
  5. stopsocks [-p fIportfP][fIsignalfP] [[fIpidfP]]
  6. .SH DESCRIPTION
  7. The stopsocks script restarts and terminates standalone socks5 daemons. stopsocks is most useful for stopping preforked daemons. Use the command
  8. .PP
  9. .RS 5
  10. stopsocks -INT
  11. .RE
  12. .PP
  13. to stop all running daemons.  This will attempt to gracefully stop socks5.  If this is not successful, use the command
  14. .PP
  15. .RS 5
  16. stopsocks -KILL
  17. .RE
  18. .PP
  19. When you omit arguments, stopsocks attempts to send an HUP signal to the currently running socks5 daemon. The socks5 daemon stores its PID in /tmp/socks5.pid-{PORT}. You can change the filename that socks5 uses to store its PID with the --with-srvpidfile=fIfilenamefP configure option or with the SOCKS5_PIDFILE environment variable.
  20. .TP
  21. fIportfP
  22. .PP
  23. Identifies the port number of the socks5 daemon. When you include the -p flag as the first argument, stopsocks uses the next argument as the port number.
  24. .TP
  25. fIsignalfP
  26. .PP
  27. Specifies the signal to send to the process. Valid values are 1 and 9:
  28. .RS 5
  29. .HP 4
  30. HUP - instructs stopsocks to re-read the configuration file.
  31. .HP 4
  32. INT - interrupts the socks5 daemon.  Allows socks5 to gracefully stop.
  33. .HP 5
  34. KILL - kills the socks5 daemon.  The kill signal cannot be blocked.
  35. .RE
  36. .PP
  37. You may optionally include PID with the signal argument. When you omit fIpidfP, stopsocks sends fIsignalfP to the currently running socks5 daemon.
  38. .TP 5
  39. fIpidfP
  40. Specifies the process that receives fIsignalfP
  41. .PP
  42. .SH SEE ALSO
  43. socks5(1)
  44. .PP
  45. .SH AUTHOR
  46. NWSL SOCKS5 Development Team
  47. .br
  48. Send comments to socks5-comments@socks.nec.com