logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

sync - Synchronize cached writes to persistent storage

Author

       Written by Jim Meyering and Giuseppe Scrivano.

Bugs

       Persistence guarantees vary per system.  See the system calls below for more details.

Description

       Synchronize cached writes to persistent storage

       If one or more files are specified, sync only them, or their containing file systems.

       -d, --data
              sync only file data, no unneeded metadata

       -f, --file-system
              sync the file systems that contain the files

       --help display this help and exit

       --version
              output version information and exit

Name

       sync - Synchronize cached writes to persistent storage

Reporting Bugs

       GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
       Report any translation bugs to <https://translationproject.org/team/>

See Also

fdatasync(2), fsync(2), sync(2), syncfs(2)

       Full documentation <https://www.gnu.org/software/coreutils/sync>
       or available locally via: info '(coreutils) sync invocation'

GNU coreutils 9.5                                  April 2025                                            SYNC(1)

Synopsis

sync [OPTION] [FILE]...

See Also