![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| exit 2 | xramm | Shell Programming and Scripting | 2 | 08-15-2007 06:48 AM |
| exit(0) versus exit(1) | enuenu | High Level Programming | 9 | 06-22-2007 07:56 AM |
| exit | dhananjaysk | Shell Programming and Scripting | 2 | 04-06-2006 05:34 AM |
| Where can I find a list of exit codes? (Exit code 64) | jkuchar747 | UNIX for Dummies Questions & Answers | 3 | 12-07-2004 02:08 PM |
| How to exit ssh | davidg | UNIX for Advanced & Expert Users | 1 | 10-16-2003 04:10 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
what is meaning of exit(0) and exit(1)
can u tell me what is the meaning of exit(0),exit(1),exit(2)
what is diff amonng these. Amit |
| Forum Sponsor | ||
|
|
|
|||
|
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 |
|||
| Google The UNIX and Linux Forums |