add new chinese translations
This commit is contained in:
16
pages.zh/common/fusermount.md
Normal file
16
pages.zh/common/fusermount.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# fusermount
|
||||
|
||||
> 挂载和卸载 FUSE 文件系统。
|
||||
> 更多信息:<https://manned.org/fusermount>。
|
||||
|
||||
- 卸载 FUSE 文件系统:
|
||||
|
||||
`fusermount -u {{path/to/mount_point}}`
|
||||
|
||||
- 在 FUSE 文件系统不再使用时立即卸载:
|
||||
|
||||
`fusermount -z {{path/to/mount_point}}`
|
||||
|
||||
- 显示版本:
|
||||
|
||||
`fusermount --version`
|
Reference in New Issue
Block a user