Exit Status Returned by a program when it exits That's why main() returns an int 0 is value for success (use EXIT_SUCCESS in C++) Everything else is failure cmp exits with 0 for identical files We can use this to help out testing