摘要: 卸载虚拟机自带的JDK 注意:如果你的虚拟机是最小化安装不需要执行这一步。 [root@hadoop100 ~]# rpm -qa | grep -i java | xargs -n1 rpm -e --nodeps rpm -qa:查询所安装的所有rpm软件包 grep -i:忽略大小写 xarg 阅读全文
posted @ 2022-09-01 16:17 tonggc1668 阅读(669) 评论(0) 推荐(0) 编辑
摘要: Linux shell 脚本中, $@ 和$# 分别是什么意思? https://zhidao.baidu.com/question/412833470.html Shell $*和$@的区别 http://c.biancheng.net/view/807.html 阅读全文
posted @ 2022-09-01 15:16 tonggc1668 阅读(18) 评论(0) 推荐(0) 编辑