Open In App

sync command in Linux with Examples

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

Article Tags :