摘要: bash基本使用: vim test.sh →i→esc→:wq chmod +x ./test.sh # 使脚本具有权限 ./test.sh # 执行脚本 /bin/sh test.sh 执行脚本 LInux基本使用: ssh -p22 username@host 服务器链接,22默认端口,可不写 阅读全文
posted @ 2021-08-21 11:42 Catonce 阅读(52) 评论(0) 推荐(0)