當手動新增一個 bash 檔,並執行該 bash 檔時,出現 Permission denied,這是因為剛新增的 bash 檔尚未有執行的權限,因此,使用以下指令新增執行權限即可。
chmod +x *.sh