fshalt 862 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .TH FSHALT 8
  2. .SH NAME
  3. fshalt, reboot \- halt any local file systems and optionally reboot the system
  4. .SH SYNOPSIS
  5. .B fshalt
  6. [
  7. .B -r
  8. ]
  9. .br
  10. .B reboot
  11. .SH DESCRIPTION
  12. .I Fshalt
  13. syncs all local
  14. .IR fossil (4),
  15. .IR venti (8),
  16. and
  17. .IR kfs (4)
  18. servers,
  19. then halts all local
  20. .IR fossil
  21. and
  22. .IR kfs
  23. servers.
  24. If given
  25. .BR -r ,
  26. .I fshalt
  27. will then reboot the machine.
  28. The halting and rebooting is done by copying all necessary
  29. commands into a
  30. .IR ramfs (4)
  31. file system and changing directory there before attempting to halt
  32. file systems,
  33. so this will work even on standalone machines with their roots on
  34. local file systems.
  35. .PP
  36. .I Reboot
  37. restarts the machine it is invoked on.
  38. .SH SOURCE
  39. .B /rc/bin/fshalt
  40. .br
  41. .B /rc/bin/reboot
  42. .SH SEE ALSO
  43. .IR cons (3),
  44. .IR reboot (8)
  45. .SH BUGS
  46. On standalone machines, it will be impossible to do anything
  47. after invoking bare
  48. .LR fshalt .