logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git

sync.1 (585B)


  1. .\" Collection of Unix tools, comparable to coreutils
  2. .\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. .\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
  4. .Dd 2021-12-27
  5. .Dt SYNC 1
  6. .Os
  7. .Sh NAME
  8. .Nm sync
  9. .Nd Schedule file system updates
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Sh DESCRIPTION
  13. .Nm
  14. shall cause all information in memory that updates file systems to be scheduled for writing out to all file systems.
  15. .Sh EXIT STATUS
  16. .Ex -std
  17. .Sh SEE ALSO
  18. .Xr sync 2
  19. .Sh STANDARDS
  20. No applicable one known.
  21. .Sh AUTHORS
  22. .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me