Linux/POSIX 에러에러
ENETUNREACHENETUNREACH — Network Is Unreachable
No route to the destination network exists in the routing table.
linuxmacosunix
상세 보기 ELOOPA pathname lookup encountered too many symbolic links during resolution.
The system detected a symbolic link loop or the chain of symlinks exceeds the system maximum (typically 40 on Linux).
Inspect the symlink chain with ls -la and readlink -f. Remove or fix circular symbolic links. Simplify the symlink structure.
ENETUNREACHNo route to the destination network exists in the routing table.
Exit 1The process exited with a general, unspecified error.
SIGSTOP (19)The process was unconditionally stopped. This signal cannot be caught or ignored.
EISDIRThe operation is not permitted on a directory, but the target path is a directory.
ENOTDIRA component used as a directory in a pathname is not actually a directory.
ECHILDThe calling process has no existing child processes to wait for.