Linux/POSIX ErrorsError
EDQUOTEDQUOT — Disk Quota Exceeded
The user's disk quota for the filesystem has been exceeded.
linuxmacosunix
View details SIGINT (2)An interrupt signal was sent, typically by pressing Ctrl+C in the terminal.
The user pressed Ctrl+C. The terminal driver sends SIGINT to the foreground process group.
This is normal user-initiated termination. Install a SIGINT handler for cleanup. Use trap in shell scripts.
EDQUOTThe user's disk quota for the filesystem has been exceeded.
ESRCHNo process matching the specified process ID was found.
Exit 0The process completed successfully with no errors.
ESHUTDOWNA send operation was attempted after the local end of the socket was shut down for writing.
ENODEVThe requested device type or device driver is not available in the system.
ESOCKTNOSUPPORTThe specified socket type is not supported within the given protocol family.