linux shell 后台运行脚本

二.以后台模式运行脚本
1:后台运行脚本
只要在命令后加个$符就行
commands &

2:计划定时执行脚本
cron时间表
min hour dayofmonth month dayofweek command

构建cron时间表
crontab -e
cron目录
anacron程序

你可能感兴趣的:(linux shell 后台运行脚本)