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

@@ -11,6 +11,10 @@
`chown {{用户}}:{{用户组}} {{路径/到/文件或目录}}`
- 将所有者用户和用户组都更改为 `user`
`chown {{user}}: {{路径/到/文件_或_目录}}`
- 递归修改目录及其子目录和文件的所有者:
`chown -R {{用户}} {{路径/到/目录}}`
@@ -21,4 +25,4 @@
- 修改文件或目录的所有者与参考文件相同:
`chown --reference={{路径/到/参考文件}} {{路径/到/文件或目录}}`
`chown --reference {{路径/到/参考文件}} {{路径/到/文件或目录}}`