PATH :环境变量,永久生效放到/etc/profile 中
LANG:字符集
export:设置环境变量
which:在环境变量$PATH下查找二进制命令
whereis: -b参数查找二进制命令,包括man文件,源代码
locate: 通过数据库查找内容,updatedb更新数据库,数据库文件/var/lib/mlocate/mlocate.db
find : 效率最低
PATH :环境变量,永久生效放到/etc/profile 中
LANG:字符集
export:设置环境变量
which:在环境变量$PATH下查找二进制命令
whereis: -b参数查找二进制命令,包括man文件,源代码
locate: 通过数据库查找内容,updatedb更新数据库,数据库文件/var/lib/mlocate/mlocate.db
find : 效率最低