启动失败的服务:
mDNSResponder.../etc/profile: line 29: id: command not found
/etc/profile.d/colorls.sh: line14: dircolors: command not found
/etc/profile.d/krb5.sh: line 5: id: command not found
-bash: mDNSResponder: command not found
if ! egrep -qi "^COLOR.*none" $COLORS >/dev/null 2>/dev/null ; then
alias ll='ls -l --color=tty' 2>/dev/null
alias l.='ls -d .* --color=tty' 2>/dev/null
alias ls='ls --color=tty' 2>/dev/null
fi
############ krb5.sh ######################
if ! echo ${PATH} | grep -q /usr/kerberos/bin ; then
PATH=/usr/kerberos/bin:${PATH}
fi
if ! echo ${PATH} | grep -q /usr/kerberos/sbin ; then
if [ `id -u` = 0 ] ; then
PATH=/usr/kerberos/sbin:${PATH}
fi
fi
mDNSResponder.../etc/profile: line 29: id: command not found
/etc/profile.d/colorls.sh: line14: dircolors: command not found
/etc/profile.d/krb5.sh: line 5: id: command not found
-bash: mDNSResponder: command not found