Server IP : 149.255.58.128 / Your IP : 216.73.216.237
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /etc//bashrc
# /etc/bashrc
# System wide functions and aliases
# Environment stuff goes in /etc/profile
# It's NOT a good idea to change this file unless you know what you
# are doing. It's much better to create a custom.sh shell script in
# /etc/profile.d/ to make custom changes to your environment, as this
# will prevent the need for merging in future updates.
# Prevent doublesourcing
if [ -z "$BASHRCSOURCED" ]; then
BASHRCSOURCED="Y"
# are we an interactive shell?
if [ "$PS1" ]; then
if [ -z "$PROMPT_COMMAND" ]; then
case $TERM in
xterm*|vte*)
if [ -e /etc/sysconfig/bash-prompt-xterm ]; then
PROMPT_COMMAND=/etc/sysconfig/bash-prompt-xterm
else
PROMPT_COMMAND='printf "\033]0;%s@%s:%s\007" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/\~}"'
fi
;;
screen*)
if [ -e /etc/sysconfig/bash-prompt-screen ]; then
PROMPT_COMMAND=/etc/sysconfig/bash-prompt-screen
else
PROMPT_COMMAND='printf "\033k%s@%s:%s\033\\" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/\~}"'
fi
;;
*)
[ -e /etc/sysconfig/bash-prompt-default ] && PROMPT_COMMAND=/etc/sysconfig/bash-prompt-default
;;
esac
fi
# Turn on parallel history
shopt -s histappend
history -a
# Turn on checkwinsize
shopt -s checkwinsize
[ "$PS1" = "\\s-\\v\\\$ " ] && PS1="[\u@\h \W]\\$ "
# You might want to have e.g. tty in prompt (e.g. more virtual machines)
# and console windows
# If you want to do so, just add e.g.
# if [ "$PS1" ]; then
# PS1="[\u@\h:\l \W]\\$ "
# fi
# to your custom modification shell script in /etc/profile.d/ directory
fi
if ! shopt -q login_shell ; then # We're not a login shell
# Need to redefine pathmunge, it gets undefined at the end of /etc/profile
pathmunge () {
case ":${PATH}:" in
*:"$1":*)
;;
*)
if [ "$2" = "after" ] ; then
PATH=$PATH:$1
else
PATH=$1:$PATH
fi
esac
}
# Set default umask for non-login shell only if it is set to 0
[ `umask` -eq 0 ] && umask 022
SHELL=/bin/bash
# Only display echos from profile.d scripts if we are no login shell
# and interactive - otherwise just process them to set envvars
for i in /etc/profile.d/*.sh; do
if [ -r "$i" ]; then
if [ "$PS1" ]; then
. "$i"
else
. "$i" >/dev/null
fi
fi
done
unset i
unset -f pathmunge
fi
fi
# vim:ts=4:sw=4
#cPanel Added User Commands -- BEGIN
# Insert an entry into the PATH after all of the user's home directory paths.
if [ -x "/usr/local/cpanel/3rdparty/bin/perl" ]; then
NEW_PATH="$(/usr/local/cpanel/3rdparty/bin/perl -e 'print join ":", map { ( ( !/^\Q$ENV{HOME}\E/ && !$seen++ && $_ ne $ARGV[0] ? @ARGV : () ), $_ ) } split /:/, $ENV{PATH};' /usr/local/cpanel/3rdparty/lib/path-bin)"
if [ ! -z "$NEW_PATH" ]; then
PATH=$NEW_PATH
export PATH
fi
fi
#cPanel Added User Commands -- END
#cPanel Added local::lib -- BEGIN
LOCALLIBUSER=$USER
if [ -e "/usr/bin/whoami" ]; then
LOCALLIBUSER="$(/usr/bin/whoami)"
fi
if [ "$LOCALLIBUSER" != "root" -a -e "/var/cpanel/users/$LOCALLIBUSER" ]; then
eval $(perl -Mlocal::lib >/dev/null 2>&1)
fi
#cPanel Added local::lib -- END
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | February 08 2024 03:37:04 | 0 / root | 0755 | |
alternatives | -- | November 12 2024 15:37:17 | 0 / root | 0755 | |
apache2 | -- | May 13 2024 09:32:27 | 0 / root | 0755 | |
bash_completion.d | -- | May 21 2025 21:44:08 | 0 / root | 0755 | |
cl.nodejs | -- | October 13 2023 17:04:23 | 0 / root | 0755 | |
cl.php.d | -- | September 10 2024 11:42:01 | 1032 / wheelch2 | 0755 | |
cl.python | -- | February 05 2024 20:10:19 | 0 / root | 0755 | |
cl.selector | -- | September 10 2024 11:42:01 | 1032 / wheelch2 | 0755 | |
cl.selector.conf.d | -- | May 01 2025 21:42:34 | 0 / root | 0755 | |
cpanel | -- | May 21 2025 21:42:09 | 0 / root | 0751 | |
crypto-policies | -- | November 12 2024 13:11:10 | 0 / root | 0755 | |
default | -- | December 04 2024 22:44:57 | 0 / root | 0755 | |
environment-modules | -- | May 05 2024 10:07:53 | 0 / root | 0755 | |
fonts | -- | May 21 2025 21:44:07 | 0 / root | 0755 | |
gcrypt | -- | October 01 2024 16:43:35 | 0 / root | 0755 | |
ld.so.conf.d | -- | April 28 2025 16:07:12 | 0 / root | 0755 | |
mail | -- | February 05 2024 20:01:25 | 0 / root | 0755 | |
modulefiles | -- | September 27 2023 15:12:39 | 0 / root | 0755 | |
motd.d | -- | November 25 2024 21:25:08 | 0 / root | 0755 | |
my.cnf.d | -- | May 07 2025 09:08:31 | 0 / root | 0755 | |
openldap | -- | May 21 2025 21:44:08 | 0 / root | 0755 | |
pam.d | -- | May 21 2025 21:44:07 | 0 / root | 0755 | |
pki | -- | February 05 2024 20:02:54 | 0 / root | 0755 | |
profile.d | -- | May 21 2025 21:44:08 | 0 / root | 0755 | |
sasl2 | -- | April 10 2023 14:10:38 | 0 / root | 0755 | |
scl | -- | May 21 2025 21:44:08 | 0 / root | 0755 | |
security | -- | May 21 2025 21:44:07 | 0 / root | 0755 | |
skel | -- | May 21 2025 21:44:06 | 0 / root | 0755 | |
snmp | -- | May 21 2025 21:44:08 | 0 / root | 0755 | |
ssh | -- | May 21 2025 21:44:07 | 0 / root | 0755 | |
ssl | -- | May 21 2025 21:44:07 | 0 / root | 0755 | |
sysconfig | -- | May 21 2025 21:44:08 | 0 / root | 0755 | |
| | | | | |
.etc.version | 0.004 KB | May 21 2025 21:44:08 | 0 / root | 0600 | |
DIR_COLORS | 4.563 KB | October 02 2024 21:42:21 | 0 / root | 0644 | |
aliases | 1.493 KB | June 23 2020 06:11:43 | 0 / root | 0644 | |
at.deny | 0.001 KB | May 05 2024 10:07:52 | 0 / root | 0644 | |
backupmxhosts | 0 KB | May 05 2024 10:07:52 | 0 / mail | 0640 | |
bashrc | 3.378 KB | May 05 2024 10:07:52 | 0 / root | 0644 | |
domainusers | 3.755 KB | May 21 2025 21:43:15 | 0 / mail | 0640 | |
environment | 0 KB | April 03 2024 18:29:31 | 0 / root | 0644 | |
group | 0.499 KB | May 21 2025 21:44:12 | 0 / root | 0644 | |
host.conf | 0.009 KB | June 23 2020 06:11:43 | 0 / root | 0644 | |
hosts | 0.195 KB | May 21 2025 21:43:17 | 0 / root | 0644 | |
inputrc | 0.921 KB | June 23 2020 06:11:43 | 0 / root | 0644 | |
ld.so.cache | 41.464 KB | May 21 2025 21:42:18 | 0 / root | 0644 | |
ld.so.conf | 0.027 KB | April 28 2025 15:59:48 | 0 / root | 0644 | |
localtime | 3.578 KB | March 31 2025 03:48:56 | 0 / root | 0644 | |
mailcap | 0.266 KB | May 05 2024 10:07:53 | 0 / root | 0644 | |
mailhelo | 0.026 KB | May 21 2025 21:43:15 | 0 / mail | 0640 | |
mailips | 0 KB | May 21 2025 21:43:15 | 0 / mail | 0640 | |
mime.types | 65.873 KB | May 05 2024 10:07:53 | 0 / root | 0644 | |
my.cnf | 0.78 KB | May 07 2025 09:09:04 | 0 / root | 0644 | |
passwd | 1.283 KB | May 21 2025 21:44:12 | 0 / root | 0644 | |
profile | 2.637 KB | May 05 2024 10:07:53 | 0 / root | 0644 | |
protocols | 6.414 KB | June 23 2020 06:11:43 | 0 / root | 0644 | |
resolv.conf | 0.089 KB | April 06 2025 07:46:06 | 0 / root | 0644 | |
rpc | 1.596 KB | August 02 2021 01:33:43 | 0 / root | 0644 | |
screenrc | 6.563 KB | January 30 2023 11:37:56 | 0 / root | 0644 | |
senderverifybypasshosts | 0 KB | May 05 2024 10:07:54 | 0 / mail | 0640 | |
services | 676.027 KB | June 23 2020 06:11:43 | 0 / root | 0644 | |
shadow | 0.817 KB | May 21 2025 21:44:12 | 0 / root | 0600 | |
skipsmtpcheckhosts | 0.001 KB | May 05 2024 10:07:54 | 0 / mail | 0640 | |
spammeripblocks | 0 KB | May 05 2024 10:07:54 | 0 / mail | 0640 | |
trusted-key.key | 0.366 KB | February 19 2025 16:04:22 | 0 / root | 0644 | |
trustedmailhosts | 0 KB | April 25 2025 21:43:09 | 0 / mail | 0640 | |
vimrc | 3.923 KB | October 02 2024 23:01:02 | 0 / root | 0644 | |
virc | 1.156 KB | October 02 2024 23:01:02 | 0 / root | 0644 | |
wgetrc | 4.81 KB | September 03 2024 11:57:33 | 0 / root | 0644 | |