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

@@ -1,25 +1,25 @@
# at
> 一段时间后,执行单次命令。
> atd 服务(或 atrun需要处于运行状态以保证命令成功执行
> 稍后时间执行命令。
> 结果将被发送到用户的邮箱
> 更多信息:<https://manned.org/at>.
- 启动 `atd` 守护进程:
`systemctl start atd`
- 5 分钟后执行标准输入中的命令(命令输入完成后按 `Ctrl + D`
- 交互式创建命令并在 5 分钟后执行完成后按 `<Ctrl> + D`
`at now + 5 minutes`
- 交互式创建命令并在定时间执行:
- 交互式创建命令并在定时间执行:
`at {{小时:分钟}}`
- 在今天上午 10:00 执行标准输入中的命令:
- 在今天 10:00 AM 从标准输入执行一个命令:
`echo "{{命令}}" | at 1000`
- 下周二晚上 9:30 执行指定文件中包含的命令:
- 下周二晚上 9:30 指定文件执行命令:
`at -f {{路径/到/文件}} 9:30 PM Tue`