vi auto_pppd.sh#!/bin/sh status=`ifconfig | grep 'ppp0'` if [[ $status = "" ]] then poff -a pon dsl-provider fi chomd +x auto_pppd.sh添加定时任务1分钟1次