Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

sync

Flush filesystem buffers

Syntax

sync [OPTION]... [FILE]...

Common Options

-dSync data only
-fSync file data

Common Examples

sync

Sync all buffers

sync -d

Sync data only

sync /dev/sda1

Sync specific device

Related Commands

Related Tools

More Code & Dev Tools