Olá amiguinhos estou com um problema sério eu usava o conectiva linux 8
e agora instalei o hed-hat 8 muito bom por sinal, só que tive de reinstalar 4 veses devido a um problema depois que configuro o path para ele achar a pasta:
/usr/java/j2sdk1.4.0/bin
esse é meu arquivo /etc/profile
/etc/profile
System wide environment and startup programs, for login setup
Functions and aliases go in /etc/bashrc
pathmunge () {
if ! echo $PATH | /bin/egrep -q “(^|:)$1($|:)” ; then
if [ “$2” = “after” ] ; then
PATH=$PATH:$1
else
PATH=$1:$PATH
fi
fi
}
Path manipulation
if [ id -u = 0 ]; then
pathmunge /sbin
pathmunge /usr/sbin
pathmunge /usr/local/sbin
fi
pathmunge /usr/X11R6/bin after
unset pathmunge
No core files by default
ulimit -S -c 0 > /dev/null 2>&1
USER="id -un"
LOGNAME=$USER
MAIL="/var/spool/mail/$USER"
HOSTNAME=/bin/hostname
HISTSIZE=1000
if [ -z “$INPUTRC” -a ! -f “$HOME/.inputrc” ]; then
INPUTRC=/etc/inputrc
fi
export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC
for i in /etc/profile.d/*.sh ; do
if [ -r “$i” ]; then
. $i
fi
done
unset i
No conectiva eu configurei todo pelo tutorial do GUJ e sempre deu ceerto mas agora no hed-hat 8 não dá…
Amigos por favor é sério me espliquem como posso configurar o path agora pois todda vez que mudo este arquivo não consigo mas logar no sistema ele dá um erro incontornavel…
Muito obrigado.
BJS:
