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

13
pages.zh/linux/mkisofs.md Normal file
View File

@@ -0,0 +1,13 @@
# mkisofs
> 从目录创建 ISO 文件。
> 也可以用别名 `genisoimage`。
> 更多信息:<https://manned.org/mkisofs>。
- 从目录创建 ISO
`mkisofs -o {{filename.iso}} {{path/to/source_directory}}`
- 在创建 ISO 时设置光盘标签:
`mkisofs -o {{filename.iso}} -V "{{label_name}}" {{path/to/source_directory}}`