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

Ftp客户端

开发平台:

Unix_Linux

  1. ."
  2. ." Copyright (c) 1999 WU-FTPD Development Group. 
  3. ." All rights reserved.
  4. ." 
  5. ." Portions Copyright (c) 1980, 1985, 1988, 1989, 1990, 1991, 1993, 1994 
  6. ." The Regents of the University of California.  Portions Copyright (c) 
  7. ." 1993, 1994 Washington University in Saint Louis.  Portions Copyright 
  8. ." (c) 1996, 1998 Berkeley Software Design, Inc.  Portions Copyright (c) 
  9. ." 1998 Sendmail, Inc.  Portions Copyright (c) 1983, 1995, 1996, 1997 Eric 
  10. ." P. Allman.  Portions Copyright (c) 1989 Massachusetts Institute of 
  11. ." Technology.  Portions Copyright (c) 1997 Stan Barber.  Portions 
  12. ." Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997 Free Software 
  13. ." Foundation, Inc.  Portions Copyright (c) 1997 Kent Landfield. 
  14. ."
  15. ." Use and distribution of this software and its source code are governed 
  16. ." by the terms and conditions of the WU-FTPD Software License ("LICENSE"). 
  17. ."
  18. ."     $Id: ftpshut.8,v 1.5 1999/09/02 21:02:38 wuftpd Exp $
  19. ."
  20. .TH ftpshut 8
  21. .SH Name
  22. ftpshut - close down the ftp servers at a given time
  23. .SH Syntax
  24. .B ftpshut
  25. [
  26. .B -V
  27. ] [
  28. .B -l
  29. min] [
  30. .B -d
  31. min]
  32. .I time [ warning-message ... ]
  33. .SH Description
  34. The
  35. .B ftpshut
  36. command
  37. provides an automated shutdown procedure that a superuser
  38. can use to notify ftp users
  39. when the ftp server is shutting down.
  40. .PP
  41. The
  42. .B -V
  43. option causes the program to display copyright and version information, then
  44. terminate.
  45. .PP
  46. The
  47. .I time
  48. is the time at which
  49. .B ftpshut
  50. will bring the ftp servers down. 
  51. It may be the word
  52. `now',
  53. indicating an immediate shutdown,
  54. or specify a future time in one of two formats:
  55. .I + number
  56. or
  57. .I HHMM.
  58. The first form brings the ftp servers down in
  59. .I number
  60. minutes.
  61. The second brings the ftp servers down at the time of day indicated,
  62. using a 24-hour clock format.
  63. .PP
  64. Ten minutes before shutdown, or immediately if
  65. .B ftpshut
  66. is timed for less than ten minutes, new ftp
  67. access will be disabled.  This time may be 
  68. adjusted through the -l flag.
  69. .PP
  70. Five minutes before shutdown, or immediately if
  71. .B ftpshut
  72. is timed for less than five minutes, all
  73. current ftp connections will be disconnected.
  74. This time may be adjusted through the -d flag.
  75. .PP
  76. The 
  77. .I [ warning-message ... ]
  78. will be formatted to be 75 characters wide.
  79. .B ftpshut
  80. knows about the actual string length of
  81. the magic cookies.
  82. .PP
  83. Running this command will create a file that the server will use to
  84. determine when to shutdown. Once the shutdown has occured, the server
  85. will continue to refuse connections until this file is removed. The location
  86. of this file is specified by the 
  87. .I shutdown
  88. stanza in the 
  89. .B ftpaccess
  90. file.
  91. .PP
  92. The following magic cookies are available:
  93. .nf
  94. .ta w'Request        'u
  95.     fBCookie      DescriptionfP
  96.       %s      time system is going to shut down
  97.       %r      time new connections will be denied
  98.       %d      time current connections will be dropped
  99.       %C      current working directory
  100.       %E      the maintainer's email address as defined in ftpaccess
  101.       %F      free space in partition of CWD (kbytes)
  102.               [not currently supported on all systems]
  103.       %L      local host name
  104.       %M      maximum allowed number of users in this class
  105.       %N      current number of users in this class
  106.       %R      remote host name
  107.       %T      local time (form Thu Nov 15 17:12:42 1990)
  108.       %U      username given at login time
  109. .fi
  110. .SH Restrictions
  111. You can kill the servers only between now and 23:59, if
  112. you use the absolute time.
  113. .SH See Also
  114. .BR shutdown(1) , 
  115. .BR ftpaccess(5) ,
  116. .BR ftprestart(8)