sync - synchronize buffers to disk
/bin/sync
sync causes filesystem I/O buffers that have been modified but not yet written to be written to disk.
sync uses the sync system call, and of course _exit.
sync should function once the sync system call is wired up. This is likely part of the file system assignment