|
Dernière réponse | |
---|---|
Sujet : comment installer java sous linux? | |
faboubou | en fait je n y arrive toujours pas donc voici mon /etc/profile d origine et puis tu me dis oueskil faut ke j insere les lignesoki?? merci :D
# /etc/profile # (c) MandrakeSoft, Chmouel Boudjnah <chmouel@mandrakesoft.com> # Users generally won't see annoyng core files [ "$UID" = "0" ] && ulimit -c 1000000 # System wide environment and startup programs # Functions and aliases go in /etc/bashrc PROFILE_LOADED=1 ##### Handle by Mandrake Security #PATH="$PATH:/usr/X11R6/bin" ##### Handle by Mandrake Security #if [ `id -gn` = `id -un` -a `id -u` -gt 14 ]; then # umask 002 #else # umask 022 #fi USER=`id -un` LOGNAME=$USER MAIL="/var/spool/mail/$USER" HOSTNAME=`/bin/hostname` HISTSIZE=1000 if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then export INPUTRC=/etc/inputrc fi export PATH PS1 USER LOGNAME MAIL HOSTNAME HISTSIZE # some old programs still use it (eg: "man" ), and it is also # required for level1 compliance for LI18NUX2000 export NLSPATH=/usr/share/locale/%l/%N if [ -x /usr/bin/lesspipe.sh ];then export LESSOPEN="|/usr/bin/lesspipe.sh %s" fi for i in /etc/profile.d/*.sh ; do if [ -x $i ]; then . $i fi done unset i export PGDATA=/var/lib/pgsql/data # Mandrake-Security : if you remove this comment, remove the next line too. SECURE_LEVEL=2 # Mandrake-Security : if you remove this comment, remove the next line too. umask 022 # Mandrake-Security : if you remove this comment, remove the next line too. #PATH=$PATH:/usr/X11R6/bin:/usr/games # Mandrake-Security : if you remove this comment, remove the next line too.# export PATH SECURE_LEVEL voila!!!!!!!moi ds tout ca je m y perd :pt1cable: |
Vue Rapide de la discussion |
---|