28 says to Ubuntu 台灣社群 chmod +x是給檔案的所屬user, group, other都添加執行權限。 比如一般的文件權限為644 rw- r-- r-- chmod +x filename後變為 rwx r-x r-x 也就是755。