Erros de Linux/POSIXErro
EDQUOTEDQUOT — Disk Quota Exceeded
The user's disk quota for the filesystem has been exceeded.
linuxmacosunix
Ver detalhes Exit 141The process was terminated by SIGPIPE (signal 13) due to a broken pipe.
Wrote to a pipe whose reader closed. Exit code = 128 + 13 = 141.
Ignore SIGPIPE and handle EPIPE errors instead. In shell scripts, this is usually harmless.
EDQUOTThe user's disk quota for the filesystem has been exceeded.
SIGSEGV (11)The process attempted to access memory that it is not allowed to access.
EDOMA mathematical function received an argument outside its defined domain.
SIGCHLD (17)A child process has terminated, stopped, or resumed.
ENOTBLKA non-block device was specified where a block device is required.
EIOA physical or low-level I/O error occurred during a read or write operation.