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

前端 未结 12 1974
渐次进展
渐次进展 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条回答
  •  长情又很酷
    2020-12-04 07:13

    In my case, I was trying to execute a shell file (with an extension .sh) in a csh environment, and I was getting that error message.

    just running with bash it worked for me. For example

    bash file.sh

提交回复
热议问题