). The exit status is a numeric value: 0 denoting success and any positive integer denoting failure. Although somewhat counter-intuitive, the simple rationale for this is that there is usually only one way of succeeding, but a number of ways of failing.
You can visually check the exit status of a program by typing `echo $?' or `echo $status' (depending on your shell) immediately after running the program.