On Wednesday 01 January 2003 05:51 am, Vinod wrote:
How can I check whether ppp0 is active (A script has to check and then if the status is true, update.php module has to execute).
#!/bin/sh ifconfig ppp0 > temp if [-z temp] then else <put ur script here> fi rm temp