当前位置:Linux教程 - Linux资讯 - 统启动时执行/etc/profile(不登录)

统启动时执行/etc/profile(不登录)

  在系统启动的时候执行/etc/profile(不登录) 在/etc/rc.d/rc.local里面添加 source /etc/profile source是用于读和执行c shell批命令文件中的命令的内容c shell命令。如果用: source ~/.cshrc 则可不必退出并立即登录进入而再次执行启动文件.cshrc中的内容。 在bourne shell和korn shell中,点号(.)命令完成同样的作用。

(出处:http://www.sheup.com)