标签:style http ar color os 使用 sp strong on
明明就在面前,为何显示命令not found
当你输入命令后,linux会在/usr/bin这个位置里寻找你输入的命令,
如果你没有把命令引入到这个位置,
无论你直接cd到工具具体的位置调用,也不能调用。
只要把这个工具的绝对位置引入到/usr/bin
ln -s /opt/lampp/bin/mysql /usr/bin
然后,就可以了
标签:style http ar color os 使用 sp strong on
原文地址:http://www.cnblogs.com/tommy-huang/p/4112270.html