2017-09-28 10:30:26 +01:00
|
|
|
# sync
|
|
|
|
|
2017-09-28 22:13:38 +01:00
|
|
|
> Flushes all pending write operations to the appropriate disks.
|
2021-04-01 16:54:26 +01:00
|
|
|
> More information: <https://www.gnu.org/software/coreutils/sync>.
|
2017-09-28 10:30:26 +01:00
|
|
|
|
2017-09-28 22:13:38 +01:00
|
|
|
- Flush all pending write operations on all disks:
|
2017-09-28 10:30:26 +01:00
|
|
|
|
|
|
|
`sync`
|
|
|
|
|
2017-09-28 22:13:38 +01:00
|
|
|
- Flush all pending write operations on a single file to disk:
|
2017-09-28 10:30:26 +01:00
|
|
|
|
2017-09-28 22:13:38 +01:00
|
|
|
`sync {{path/to/file}}`
|