*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: update | Section: 8 | Source: Digital UNIX | File: update.8.gz
update(8) System Manager's Manual update(8) NAME update - Periodically updates the superblock SYNOPSIS /sbin/update DESCRIPTION The update command executes a sync system call every 30 seconds. This ensures that the file system is up to date in the event of a system crash. This command is provided as a statically-linked executable in /sbin. The cron program also provides the functionality of the update command. The update shell script typically provides the following functionality: #!/bin/sh while true do sync sleep 30 done & exit 0 FILES Specifies the command path RELATED INFORMATION Commands: cron(8), init(8), sync(8) Functions: sync(2) delim off update(8)

Navigation Options