The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 08-28-2007
namishtiwari namishtiwari is offline
Registered User
 

Join Date: Aug 2007
Location: Bangalore
Posts: 288
exit status ranges from 0-255.
only exit 0 means the success and rest
describe some sort of failure.The status is not known
if you want to know that you cad do that by typing $? on command prompt.

Thanks
Namish
Reply With Quote