欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

我自己亲自做的 发邮件的脚本 crontab

1)

#vim /root/send_email_for_dhcp.sh


#!/bin/bash

#

cd /www/web/aaaaa_bbbbb-ict_com/public_html/    # 只能用cd,不能用 /usr/bin/cd , /usr/bin/cd 是不能真正进到某个目录下的  #可以谷歌 "bash cd Could not open input file " 看看

pwd

/www/wdlinux/phps/56/bin/php ./index.php  --q=list_dhcps  --generate_dhcpclients=1


2)

# crontab -e

0 12 * * *  /bin/bash /root/send_email_for_dhcp.sh > /dev/null 2>&1   #后面这个到黑洞 > /dev/null 2>&1 不能省略,我不知道原因


普通分类: