other languages
other sections
SYNC(1) | 用户命令 | SYNC(1) |
名称¶
sync - 将缓存内容同步写入持久性存储中概述¶
sync [选项] [文件]...描述¶
将缓存内容同步写入持久性存储中如果指定了多于一个文件,只同步它们,或者存放它们的文件系统。
- -d, --data
- 只同步文件数据,不需要处理元信息
- -f, --file-system
- 只同步包含这些文件的文件系统
- --help
- 显示此帮助信息并退出
- --version
- 显示版本信息并退出
缺陷¶
持久性保证因系统而异。请查阅相关系统调用以了解详情。作者¶
由 Jim Meyering 和 Giuseppe Scrivano 编写。报告错误¶
GNU coreutils 的在线帮助: <http://www.gnu.org/software/coreutils/>请向 <http://translationproject.org/team/zh_CN.html> 报告 sync 的翻译错误。
版权¶
Copyright © 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
参见¶
fdatasync(2), fsync(2), sync(2), syncfs(2)完整文档请见:
<http://www.gnu.org/software/coreutils/sync>
或者在本地使用: info
'(coreutils) sync invocation'
跋¶
本页面中文版由中文 man 手册页计划提供。中文 man 手册页计划:https://github.com/man-pages-zh/manpages-zh
2017年10月 | GNU coreutils 8.28 |