Forrest logo
back to context overview

sync

List of commands for sync:

  • sync:tldr:63ad9 sync: Flush all pending write operations on all disks.
    $ sync
    try on your machine
    explain this command
  • sync:tldr:e830a sync: Flush all pending write operations on a single file to disk.
    $ sync ${filename}
    try on your machine
    explain this command
back to context overview