theshell.ch/site/pages/cmd/interm/sync.html
devitg aa294c5cfc Intermediate group: added commands sync and base64
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@186 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-14 19:15:14 +00:00

20 lines
535 B
HTML

---
layout: page
category-title: Intermediate commands
category-page: intermediate
tags: sync disk write completion
author: Gianmarco De Vita
title: sync
previous-page: pages/cmd/interm/
next-page: pages/cmd/interm/
---
<p>The <code>sync</code> utility force the completion of pending disk writes.</p>
<pre>
Device-name:Current-position username$ sync
</pre>
<p>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.</p>