What is the standard shell interpretation of a command's exit status?
Status 0 means success; a non-zero status indicates failure
Only status 1 can mean failure; every other value is success
Status 0 means failure because no work was completed
The exit status is the full text printed to standard output