chmod命令
chmod是权限管理命令change the permissions mode of a file的缩写.给文件添加可执行权限u代表所有者,x代表执行权限。 + 表示增加权限。chmod u+x file.sh 就表示对当前目录下的file.sh文件的所有者增加可执行权限。
使用xshell连接阿里云远程服务器(图文教程)
1. 参考资料:
阿里云官方帮助资料: https://help.aliyun.com/document_detail/71529.html?spm=a2c4g.11186623.6.616.JqUSgl
2. 准备条件:
1). 登录阿里云官网,申请阿里云ECS服务器
请参考网上其他教程,或者自己申请一下就好。