文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>实习笔记

实习笔记

时间:2010-06-11  来源:chris2411

2010.6.11
问题1:当ifconfig不能用了如:
[root@localhost yosnic]# ifconfig
bash: ifconfig: command not found
解决:做个软连接 /sbin/ifconfig
[root@localhost yosnic]# ln -s /sbin/ifconfig /usr/bin/ifconfig

问题2:上一问题里根本原因是环境变量没设置 当设好PATH后就能解决
root@localhost yosnic]# ifconfig
bash: ifconfig: command not found
[root@localhost yosnic]# route
bash: route: command not found
解决:设置环境变量如下
vi /root/.bash_profile   增加PATH=$PATH:$HOME/bin::/sbin
或者 [root@localhost etc]# PATH=$PATH:/sbin

小节: 
/etc/profile用于整个系统所有用户, ~/.bash_profile, ~/.profile和~/.bashrc 用于各个用户,这里的"~"符号就是各当前用户的$HOME
~/.bash_profile 和 ~/.profile 只在登陆时读取一次。
~/.bashrc 每次都读取

~/.bash_profile 和 ~/.profile 的区别在于,bash 只读取~/.bash_profile;而对于 ~/.profile 来说,不光bash, 其他shell 也读 ~/.profile


相关阅读 更多 +
排行榜 更多 +
方块枪战战场安卓版

方块枪战战场安卓版

飞行射击 下载
战斗火力射击安卓版

战斗火力射击安卓版

飞行射击 下载
空中防御战安卓版

空中防御战安卓版

飞行射击 下载