theshell.ch/site/pages/cmd/interm/sync.html
bevilj a6515acdb9 order pages for navigation
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@254 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-18 20:38:56 +00:00

21 lines
507 B
HTML

---
layout: page
category-page: intermediate
category-title: Intermediate commands
tags: sync disk write completion
author: Gianmarco De Vita
title: sync
previous-page: pages/cmd/interm/strings.html
next-page: pages/cmd/interm/tar.html
---
The <code>sync</code> utility force the completion of pending disk writes.</p>
<pre>
sync
</pre>
This command can be used to verify that there are no pending disk writes,
so that all the operations are completed, before the processor is stopped by other
commands.