whereis 查一下 gcc 都在什么目录下
whereis gcc
which查
which gcc
find命令查找 /usr/bin 下的 gcc开头的 文件
find /usr/bin -name "gcc*"
posted on 2021-10-24 16:51 beyondx 阅读(144) 评论(0) 编辑 收藏 举报