Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google site




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 04-02-2005
ust ust is offline
Registered User
 

Join Date: Feb 2005
Posts: 98
know ping can check whether host is exist or not , however , what my problem is sometimes the host is exist but the mount connection is lost between two servers , I just want to make sure the mount is connected ,

The above script seems only check the remote host is exist or not , but can't know the status of the system mount , could suggest what can I do ? thx