add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

16
pages.zh/linux/fadvise.md Normal file
View File

@@ -0,0 +1,16 @@
# fadvise
> 控制 Linux 文件缓存行为。
> 更多信息:<https://manned.org/fadvise>。
- 将文件预加载到缓存中:
`fadvise {{-a|--advice}} willneed {{path/to/file}}`
- 建议将文件从缓存中删除:
`fadvise {{path/to/file}}`
- 显示帮助信息:
`fadvise --help`