EDOMEDOM — Math Argument Out of Domain
A mathematical function received an argument outside its defined domain.
E2BIGThe total size of the argument list and environment variables passed to exec() exceeds the system limit.
The combined size of command-line arguments and environment variables exceeds the kernel limit (typically 2 MB on Linux). This often occurs when using shell globbing with a very large number of files.
Use xargs or find -exec to process files in batches instead of passing them all at once. Reduce the size of environment variables. Check the limit with getconf ARG_MAX.
EDOMA mathematical function received an argument outside its defined domain.
ENOTBLKA non-block device was specified where a block device is required.
ENOENTThe specified file or directory does not exist in the filesystem.
ESTALEA file handle references a file that has been deleted or is no longer accessible on the NFS server.
ESRCHNo process matching the specified process ID was found.
EISDIRThe operation is not permitted on a directory, but the target path is a directory.