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

32
pages.zh/linux/module.md Normal file
View File

@@ -0,0 +1,32 @@
# 模块
> 使用模块命令修改用户环境。
> 更多信息:<https://lmod.readthedocs.io/en/latest/010_user.html>。
- 显示可用模块:
`module avail`
- 按名称搜索模块:
`module avail {{module_name}}`
- 加载模块:
`module load {{module_name}}`
- 显示已加载模块:
`module list`
- 卸载特定已加载模块:
`module unload {{module_name}}`
- 卸载所有已加载模块:
`module purge`
- 指定用户创建的模块:
`module use {{path/to/module_file1 path/to/module_file2 ...}}`