The Unix errno value for "Text file busy", this error is returned to prevent you from modifying the text section of already-running programs. Generally, the only operation that may return this would be an open(2) system call which specifies that the file be opened for writing. This would, of course, prevent any read-write mmaps and write(2) operations.

Log in or register to write something here or to contact authors.