sync command in Linux with Examples (original) (raw)

Last Updated : 18 Jan, 2022

sync command in Linux is used to synchronize cached writes to persistent storage. If one or more files are specified, sync only them, or their containing file systems.

Syntax:

sync [OPTION] [FILE]...

Note: Nothing is being shown in the screenshots just because sync command makes the cache in the background.

Example: It will be going to sync all cached file data that belongs to the current user.

Options:

sync -d /home/algoscale/Desktop/aricleslist.txt /home/algoscale/Desktop/advance.html

sync -f /home/algoscale/Desktop/aricleslist.txt

sync --help

sync --version