SM0 She11
Path:
/
/
etc
/
profile.d
Full Path (server): /etc/profile.d
Create Fil3
Upl04d Fil3
📄 bash_history.sh
[E]
[D]
[R]
📄 bash_timestamps.sh
[E]
[D]
[R]
📄 colorgrep.csh
[E]
[D]
[R]
📄 colorgrep.sh
[E]
[D]
[R]
📄 colorls.csh
[E]
[D]
[R]
📄 colorls.sh
[E]
[D]
[R]
📄 colorsysstat.csh
[E]
[D]
[R]
📄 colorsysstat.sh
[E]
[D]
[R]
📄 colorxzgrep.csh
[E]
[D]
[R]
📄 colorxzgrep.sh
[E]
[D]
[R]
📄 colorzgrep.csh
[E]
[D]
[R]
📄 colorzgrep.sh
[E]
[D]
[R]
📄 composer.sh
[E]
[D]
[R]
📄 cpanel-user-commands.sh
[E]
[D]
[R]
📄 csh.local
[E]
[D]
[R]
📄 debuginfod.csh
[E]
[D]
[R]
📄 debuginfod.sh
[E]
[D]
[R]
📄 diablo_alt_ruby.sh
[E]
[D]
[R]
📄 gawk.csh
[E]
[D]
[R]
📄 gawk.sh
[E]
[D]
[R]
📄 lang.csh
[E]
[D]
[R]
📄 lang.sh
[E]
[D]
[R]
📄 less.csh
[E]
[D]
[R]
📄 less.sh
[E]
[D]
[R]
📄 locallib.csh
[E]
[D]
[R]
📄 locallib.sh
[E]
[D]
[R]
📄 modules.csh
[E]
[D]
[R]
📄 modules.sh
[E]
[D]
[R]
📄 prompt.sh
[E]
[D]
[R]
📄 puppet-agent.csh
[E]
[D]
[R]
📄 puppet-agent.sh
[E]
[D]
[R]
📄 scl-init.csh
[E]
[D]
[R]
📄 scl-init.sh
[E]
[D]
[R]
📄 sh.local
[E]
[D]
[R]
📄 vim.csh
[E]
[D]
[R]
📄 vim.sh
[E]
[D]
[R]
📄 which2.csh
[E]
[D]
[R]
📄 which2.sh
[E]
[D]
[R]
Editing: debuginfod.csh
# $HOME/.login* or similar files may first set $DEBUGINFOD_URLS. # If $DEBUGINFOD_URLS is not set there, we set it from system *.url files. # $HOME/.*rc or similar files may then amend $DEBUGINFOD_URLS. # See also [man debuginfod-client-config] for other environment variables # such as $DEBUGINFOD_MAXSIZE, $DEBUGINFOD_MAXTIME, $DEBUGINFOD_PROGRESS. if (! $?DEBUGINFOD_URLS) then set prefix="/usr" set DEBUGINFOD_URLS=`sh -c 'cat /dev/null "$0"/*.urls 2>/dev/null; :' "/etc/debuginfod" | tr '\n' ' '` if ( "$DEBUGINFOD_URLS" != "" ) then setenv DEBUGINFOD_URLS "$DEBUGINFOD_URLS" else unset DEBUGINFOD_URLS endif unset prefix endif
Save