Search notes:
Shell command: sync
sync
synchronizes cached writes to persistent storage.
/bin/sync
is the shell of
user
sync
so that anyone who knows sync's
password
can sync the system.
$
getent
passwd sync | awk -F ':' '{print $NF}' /bin/sync
See also
Shell commands
Index