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

View File

@@ -0,0 +1,25 @@
# systemd-tmpfiles
> 创建、删除和清理易失性和临时文件及目录。
> 此命令由systemd服务在启动时自动调用通常不需要手动运行。
> 更多信息: <https://www.freedesktop.org/software/systemd/man/systemd-tmpfiles.html>。
- 按照配置创建文件和目录:
`systemd-tmpfiles --create`
- 清理具有配置的时间参数的文件和目录:
`systemd-tmpfiles --clean`
- 按照配置删除文件和目录:
`systemd-tmpfiles --remove`
- 应用用户特定配置的操作:
`systemd-tmpfiles --create --user`
- 执行标记为早期启动的行:
`systemd-tmpfiles --create --boot`