Voting

: four plus zero?
(Example: nine)

The Note You're Voting On

tianyiw at vip dot qq dot com
2 years ago
These are the standard error codes in Linux or UNIX.

1 - Catchall for general errors
2 - Misuse of shell builtins (according to Bash documentation)
126 - Command invoked cannot execute
127 - “command not found”
128 - Invalid argument to exit
128+n - Fatal error signal “n”
130 - Script terminated by Control-C
255\* - Exit status out of range

<< Back to user notes page

To Top