![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
General Linux Support For questions regarding use of LimeWire or WireShare or related questions on the Linux operating system. This includes installation questions and answers. (Check the Stickies marked in Red at top of this section.) |
| LinkBack ![]() | Thread Tools ![]() | Display Modes ![]() |
|
| |||
![]() dumbo mode on system fedora Core 3 my 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 "(^| ![]() ![]() 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 # 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 unset pathmunge ************************** my problem I AM A DUMBO where do i insert my path statement in this load of (to me) gibberish Hangs head in shame John |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
i need help; LW says please install the new version of java after installing Java | Logan_2468 | Windows | 7 | October 5th, 2009 11:07 PM |
Installing Java | humbertoarte | Windows | 5 | October 11th, 2006 09:25 AM |
Installing Java | m-life | Windows | 2 | March 5th, 2006 12:32 PM |
Installing Java | chunkin | General Linux Support | 1 | September 8th, 2003 12:29 PM |
Installing java | Unregistered | General Linux Support | 1 | March 3rd, 2002 04:29 AM |