Linux/POSIX chybyChyba
ETXTBSYETXTBSY — Text File Busy
An attempt was made to write to or modify a file that is currently being executed.
linuxmacosunix
Zobrazit podrobnosti ESHUTDOWNA send operation was attempted after the local end of the socket was shut down for writing.
The application called shutdown(fd, SHUT_WR) and then attempted to send data.
Do not send data after calling shutdown() with SHUT_WR. Restructure your protocol to complete all sends before shutting down.
ETXTBSYAn attempt was made to write to or modify a file that is currently being executed.
EOPNOTSUPPThe requested operation is not supported by the socket type or protocol.
ENOSPCThe filesystem has no more free space or inodes available for writing.
SIGCHLD (17)A child process has terminated, stopped, or resumed.
SIGALRM (14)A timer set with alarm() or setitimer() has expired.
EMLINKThe maximum number of hard links to a single file has been exceeded.