linux下的重要目录,命令及gcc,g++,gdb安装
https://blog.youkuaiyun.com/lw__sunshine/article/details/79680084
export命令_Linux export命令:查看和设置Shell环境变量
http://c.biancheng.net/linux/export.html
linux中查看软件文件安装路径:
https://www.cnblogs.com/mfryf/p/3611359.html
在linux中文件与软件一般都是安装在到/usr/share和/usr/local中了,如果我们需要查看软件安装路径linux为我们提供了查看命令,whereis 就可以帮我查找文件安装路径在哪里了。
比如你想查找eclipse文件,那么就:
代码如下 | 复制代码 |
[root@localhost ~]# whereis eclipse |
whereis gdb