common/a~g*:fix outdated Chinese pages (#14690)

* common/a~g*:fix outdated Chinese pages

* Update airmon-ng.md

* Update aria2c.md

* update chown

* Update ansible-playbook.md

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Jin
2024-11-27 06:20:32 -05:00
committed by GitHub
parent 864b1b260f
commit 67166ff0e7
24 changed files with 261 additions and 140 deletions

View File

@@ -3,14 +3,10 @@
> 命令为当前 shell 中的子进程进行环境变量设置。
> 更多信息:<https://manned.org/export.1posix>.
- 设置为新的环境变量:
- 设置环境变量:
`export {{变量名}}={{值}}`
`export {{变量名}}={{值}}`
- 删除环境变量:
`export -n {{某变量名}}`
- 给 PATH 追加新的路径进去:
- 环境变量 `PATH` 追加一个路径名
`export PATH=$PATH:{{追加的 path 路径}}`