摘要:
1、作业控制技巧 Bash环境中通过命令运行一个进程的时候,使【&】 符可以使改进程进入后台 (base) [root@localhost ~]# sh test.sh & [1] 46963 (base) [root@localhost ~]# 将该进程放入后台并暂停执行 Ctrl+z (base 阅读全文
posted @ 2022-05-24 11:34 栢汌2020 阅读(177) 评论(0) 推荐(0)
|
摘要:
1、作业控制技巧 Bash环境中通过命令运行一个进程的时候,使【&】 符可以使改进程进入后台 (base) [root@localhost ~]# sh test.sh & [1] 46963 (base) [root@localhost ~]# 将该进程放入后台并暂停执行 Ctrl+z (base 阅读全文
posted @ 2022-05-24 11:34 栢汌2020 阅读(177) 评论(0) 推荐(0) |
||