bash: /bin/myscript: permission denied

后端 未结 1 1706
抹茶落季
抹茶落季 2021-01-07 07:37

I\'ve added my folder\'s path to the bashrc, in linux mint 15. Which contains my scripts. My scripts supposed to work like the bash scripts, as I know. But every time I try

相关标签:
1条回答
  • 2021-01-07 07:56

    You might have forgotten to give your scripts execution permissions:

    chmod a+x /path/to/the/script
    
    0 讨论(0)
提交回复
热议问题