[Shell Script] 執行sh檔案提示Permission denied — 1010Code
文章推薦指數: 80 %
[ShellScript]執行sh檔案提示Permissiondenied
2020/07/21
Linux
前言
ShellScript主要是使用在Linux和MacOS等Unix-like作業系統的自動化操作指令的程式語言。
一般我們會使用.sh副檔名來命名ShellScript檔案。
然後將該檔案設定為可執行的腳本。
這一篇所主要講的內容是當你寫好一個腳本檔案時要執行時去跑出Permissiondenied錯誤訊息。
解決方法
其原因是因為當