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

21
pages.zh/common/encfs.md Normal file
View File

@@ -0,0 +1,21 @@
# encfs
> 挂载或创建加密的虚拟文件系统。
> 另请参见 `fusermount`,它可以卸载由此命令挂载的文件系统。
> 更多信息:<https://github.com/vgough/encfs>。
- 初始化或挂载一个加密文件系统:
`encfs {{/path/to/cipher_dir}} {{/path/to/mount_point}}`
- 使用标准设置初始化一个加密文件系统:
`encfs --standard {{/path/to/cipher_dir}} {{/path/to/mount_point}}`
- 在前台运行 encfs而不是生成一个守护进程
`encfs -f {{/path/to/cipher_dir}} {{/path/to/mount_point}}`
- 挂载一个普通目录的加密快照:
`encfs --reverse {{path/to/plain_dir}} {{path/to/cipher_dir}}`