1.有时候运维需求自动生成 Cronab 任务计划,执行对应服务名称进行管理; 

#!/bin/bash
#athor check crontab 
crontab_add(){
cron_path="$1"
cat >/etc/cron.d/$cron_path<