跳转至

给文件可执行权限

chmod u+x xxx.sh
# chmod(change the permissions mode of a file)是权限管理命令。
# u代表所有者,x代表执行权限。 + 表示增加权限