2024年7月25日
摘要: 1、简介 终端提示符 username@hostname$ $表示普通用户 root@hostname# #表示超级用户 shell脚本通常是以 #! 起始的文本文件 #! /bin/bash 运行shell脚本的方式 sh script.sh 将脚本作为 sh 的命令行参数 chmod a+x s 阅读全文
posted @ 2024-07-25 16:58 Dylaris 阅读(65) 评论(0) 推荐(0)