/usr/bin/perl: bad interpreter: Text file busy

后端 未结 6 1462
挽巷
挽巷 2020-12-14 06:06

This is a new one for me: What does this error indicate?

  /usr/bin/perl: bad interpreter: Text file busy

There were a couple of disk-inte

6条回答
  •  暖寄归人
    2020-12-14 06:52

    This always has to do with the perl interpreter (/usr/bin/perl) being inaccessible. In fact, it happens when a shell script is running or awk or whatever is on the #! line at the top of the script.

    The cause can be many things ... perms, locked file, filesystem offline, and on and on.

    It would obviously depend on what was happening at the exact moment you ran it when the problem occured. But I hope the answer is what you were looking for.

提交回复
热议问题