ftpshut.8
上传用户:pycemail
上传日期:2007-01-04
资源大小:329k
文件大小:3k
源码类别:

Ftp客户端

开发平台:

Unix_Linux

  1. .TH ftpshut 8 "October 1998"
  2. ." Process with
  3. ." groff -man -Tascii ftpshut.8 
  4. ."
  5. .SH NAME
  6. ftpshut - shut down all proftpd servers at a given time
  7. .SH SYNOPSIS
  8. .B ftpshut
  9. [
  10. .BI -l " min "
  11. ] [
  12. .BI -d " min " 
  13. ]
  14. .I time
  15. [
  16. .I "warning-message "
  17. ]
  18. .SH DESCRIPTION
  19. The
  20. .BI ftpshut
  21. command provides an automated shutdown procedure that a superuser
  22. can use to automagically disconnect current proftpd connections,
  23. and deny new connections.  The command creates a control file as
  24. .B /etc/shutmsg
  25. to inform proftpd processes about an impending shutdown.
  26. .SH OPTIONS
  27. .TP 10
  28. .B time
  29. The time at which the ftp servers will be brought down.  It may be the
  30. word `now', indicating an immediate shutdown, or a future time in one
  31. of two formats:
  32. .I +number 
  33. or
  34. .I HHMM.  
  35. The first form brings the servers down in
  36. .I number
  37. minutes, while the second form indicates an exact time of day, using
  38. a 24-hour clock format.
  39. .TP
  40. .B -l min
  41. Specifies the number of minutes before shutdown that new ftp access will
  42. be disabled.  If the -l option is not specified, a default of 10 minutes
  43. (or immediately, if less than 10 minutes remains until shutdown) is used.
  44. .TP
  45. .B -d min
  46. Specifies the number of minutes before shutdown that existing ftp
  47. connections will be disconnected.  If the -d option is not specified,
  48. a default of 5 minutes (or immediately, if less than 5 minutes remains
  49. until shutdown) is used.
  50. .TP
  51. .B warning-message
  52. Optionally provide a message which will be sent to new connections
  53. (if denied) and existing connections (when disconnected).  The message
  54. can contain the following magic cookies, which will be replaced as
  55. follows before being sent to new or existing connections:
  56. .RS
  57. .PD 1
  58. .TP 4
  59. .B %s
  60. time proftpd is being shut down
  61. .PD 0
  62. .TP
  63. .B %r
  64. time new connections will be denied
  65. .TP
  66. .B %d
  67. time current connections will be dropped
  68. .TP
  69. .B %C
  70. current working directory (where applicable)
  71. .TP
  72. .B %L
  73. local host name (of virtualhost name)
  74. .TP
  75. .B %R
  76. remote host name
  77. .TP
  78. .B %T
  79. local time (format Thu Nov 15 17:12:42 1990)
  80. .TP
  81. .B %U
  82. username given at login time
  83. .PD 1
  84. .SH CAVEATS
  85. Proftpd servers can only be shutdown via ftpshut if a master daemon
  86. is running in
  87. .I standalone 
  88. mode.  Servers running in
  89. .I inetd 
  90. mode will honor the shutdown message file created by ftpshut, however
  91. currently running servers may be chroot(2)ed, and unable to read
  92. the shutdown message control file.
  93. .PP
  94. It is possible to set an absolute shutdown time which is 
  95. .B earlier 
  96. than the current time.  If this is the case, proftpd will not shutdown
  97. until the indicated time on the following day.
  98. .SH FILES
  99. .PD 0
  100. .B /usr/sbin/ftpshut
  101. .br
  102. .B /etc/shutmsg
  103. .PD
  104. .SH SEE ALSO
  105. .BR inetd(8), ftp(1), proftpd(8), ftpwho(1), ftpcount(1)
  106. .PP
  107. Documentation on proftpd configuration is available from
  108. http://www.proftpd.org.
  109. .PP
  110. Bug reports to: proftpd@proftpd.net