Linux Shell程序设计 (1)查看/etc/.profile文件:相当于DOS下autoexe.bat root@ubuntu:/etc# cat profile # /etc/profile: system-wide .profile file for the Bourne shell (sh(1)) # and Bourne compatible shells (bash(1), ksh(1), ash(1), ...). if [ -d /etc/profile.d ]; then for i in /etc/profile.d/*.sh; do if [ -r...