What generates the “text file busy” message in Unix?

前端 未结 12 1953
渐次进展
渐次进展 2020-12-04 06:38

What operation generates the error \"text file busy\"? I am unable to tell exactly.

I think it is related to the fact that I\'m creating a temporary python script (u

12条回答
  •  -上瘾入骨i
    2020-12-04 06:58

    This occurs when you try and write to a file that is currently being executed by the kernel, or execute a file that is currently open for writing.

    Source: http://wiki.wlug.org.nz/ETXTBSY

提交回复
热议问题