摘要: 使用环境 Ubuntu 20.04.3 LTS Windows 11 问题 在 Ubuntu 20.04 已经安装 python3 ,但输入python 指令时,却收到以下提醒 $ python Command 'python' not found, did you mean: command 'p 阅读全文
posted @ 2022-07-28 20:43 孤飞 阅读(5225) 评论(0) 推荐(1) 编辑
摘要: 本文总结了100个Linux Shell脚本经典案例解析,开箱即用,文章较长,建议收藏! 1)编写hello world脚本 #!/bin/bash# 编写hello world脚本echo "Hello World!" 2)通过位置变量创建 Linux 系统账户及密码 #!/bin/bash# 通 阅读全文
posted @ 2022-07-28 14:00 孤飞 阅读(1674) 评论(0) 推荐(0) 编辑