linux系统脚本放在后台与前台

jobs命令
  • 查看后台运行的脚本
root@server105:~# jobs -l
fg命令
  • 将后台运行脚本调到前台
root@server105:~# fg  [脚本编号]