定时关闭firefox命令

wget dl2.tdu8.cn/restart.sh    

 

chmod a+x /root/restart.sh
 
 

echo "0 * * * * root /root/restart.sh" >>/etc/crontab 
/etc/init.d/cron restart

 

发表评论

邮箱地址不会被公开。 必填项已用*标注