update.8
来自「操作系统设计与实现源码」· 8 代码 · 共 60 行
8
60 行
UPDATE(1) Minix Programmer's Manual UPDATE(1)
NAME
update - periodically write the buffer cache to disk
SYNOPSIS
update
EXAMPLES
update & # Start a process that flushes the cache
DESCRIPTION
When the system is booted, update is started up in the background from
/etc/rc to issue a SYNC system call every 30 sec.
SEE ALSO
boot(8).
1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?