PATH:
etc
# /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
[+]
..
[+]
lvm
[+]
dracut.conf.d
[-] sudoers
[edit]
[-] ips.remotedns
[edit]
[-] freetds.conf
[edit]
[-] chrony.keys
[edit]
[+]
tmpfiles.d
[-] nfsmount.conf
[edit]
[+]
kdump
[-] DIR_COLORS
[edit]
[-] .updated
[edit]
[-] localtime
[edit]
[-] exim.conf.dist
[edit]
[-] group-
[edit]
[-] profile
[edit]
[-] dracut.conf
[edit]
[+]
audit
[-] mailips
[edit]
[+]
alsa
[+]
wireplumber
[-] ipaddrpool
[edit]
[-] printcap
[edit]
[-] issue
[edit]
[-] exim.pl
[edit]
[+]
rc.d
[+]
terminfo
[+]
samba
[+]
debuginfod
[-] userdomains
[edit]
[+]
libssh
[-] rsyslog.conf
[edit]
[+]
rc6.d
[-] cpupdate.conf
[edit]
[-] trueuserowners
[edit]
[-] sudo-ldap.conf
[edit]
[-] shells
[edit]
[+]
microcode_ctl
[-] exim.crt
[edit]
[+]
flatpak
[-] stats.conf
[edit]
[+]
imunify-agent-proxy
[+]
pki
[+]
sgml
[+]
nginx
[+]
rc1.d
[-] inittab
[edit]
[-] cpsources.conf.plugins.example
[edit]
[-] nanorc
[edit]
[-] recent_recipient_mail_server_ips
[edit]
[-] magic
[edit]
[+]
scl
[+]
yum.repos.d
[-] subuid
[edit]
[+]
pure-ftpd
[-] relayhostsusers
[edit]
[-] pure-ftpd.conf
[edit]
[-] named.conf.precpanelinstall
[edit]
[+]
krb5.conf.d
[-] wwwacct.conf.shadow.cache
[edit]
[+]
modprobe.d
[-] hostname
[edit]
[-] wgetrc
[edit]
[-] idmapd.conf
[edit]
[-] trusted_mail_users
[edit]
[+]
rc5.d
[-] blocked_incoming_email_country_ips
[edit]
[-] senderverifybypasshosts
[edit]
[-] outgoing_mail_hold_users
[edit]
[-] environment
[edit]
[+]
libibverbs.d
[-] libaudit.conf
[edit]
[-] rpc
[edit]
[-] relayhosts
[edit]
[-] my.cnf
[edit]
[-] subgid
[edit]
[-] manualmx
[edit]
[+]
proftpd
[-] sestatus.conf
[edit]
[-] trustedmailhosts
[edit]
[+]
modulefiles
[+]
depmod.d
[-] request-key.conf
[edit]
[+]
yum
[-] nocgiusers
[edit]
[-] ld.so.conf
[edit]
[-] shadow
[edit]
[+]
alternatives
[+]
vfilters
[+]
gss
[+]
request-key.d
[+]
rc4.d
[-] networks
[edit]
[+]
authselect
[-] localaliases
[edit]
[-] ftpd-ca.pem
[edit]
[+]
sysctl.d
[+]
dovecot
[+]
chkserv.d
[+]
gnupg
[-] userips
[edit]
[+]
skel
[-] favicon.png
[edit]
[+]
pam.d
[-] .whostmgrft
[edit]
[-] spammeripblocks
[edit]
[-] named.conf.cache
[edit]
[+]
cl.selector
[+]
xml
[+]
plymouth
[+]
ld.so.conf.d
[-] nsswitch.conf.bak
[edit]
[+]
crypto-policies
[-] eximrejects.rpmorig
[edit]
[-] webspam
[edit]
[-] localdomains.rpmnew
[edit]
[+]
imunify360-webshield
[-] mailbox_formats
[edit]
[-] pinforc
[edit]
[-] fprintd.conf
[edit]
[-] antivirus.exim
[edit]
[+]
rsyslog.d
[-] localdomains
[edit]
[+]
vdomainaliases
[-] digestshadow
[edit]
[+]
sos
[-] grub2.cfg
[edit]
[-] chrony.conf
[edit]
[-] named.conf.prerebuilddnsconfig
[edit]
[-] resolv.conf
[edit]
[+]
NetworkManager
[-] named.conf.rebuilddnsconfig
[edit]
[-] updatedb.conf
[edit]
[+]
libnl
[-] system-release-cpe
[edit]
[-] wwwacct.conf
[edit]
[+]
imunify360-wafd
[-] skipsmtpcheckhosts
[edit]
[+]
bluetooth
[+]
mail
[-] exim.pl.local
[edit]
[-] exports
[edit]
[-] locales.conf
[edit]
[-] DIR_COLORS.lightbgcolor
[edit]
[+]
ImageMagick-6
[-] named.root.key
[edit]
[+]
sw-engine
[+]
udev
[-] odbcinst.ini
[edit]
[-] exim.conf.mailman2.exiscan.dist
[edit]
[-] dbowners
[edit]
[-] trueuserdomains
[edit]
[-] libuser.conf
[edit]
[-] .pwd.lock
[edit]
[-] demousers
[edit]
[+]
polkit-1
[+]
dconf
[+]
groff
[-] passwd.cache
[edit]
[-] group
[edit]
[+]
exports.d
[-] cron.deny
[edit]
[+]
iproute2
[+]
popt.d
[+]
sasl2
[-] s-nail.rc
[edit]
[-] mailhelo
[edit]
[+]
nftables
[+]
gssproxy
[-] cpanel_mail_netblocks
[edit]
[-] logrotate.conf
[edit]
[-] eximrejects
[edit]
[-] filesystems
[edit]
[+]
my.cnf.d
[-] demouids
[edit]
[-] ips.dnsmaster
[edit]
[-] blocked_incoming_email_domains
[edit]
[-] rsyncd.conf
[edit]
[-] virc
[edit]
[-] exim_suspended_list
[edit]
[-] backupmxhosts
[edit]
[+]
keyutils
[-] sudo.conf
[edit]
[-] mailcap
[edit]
[-] shadow.nouids.cache
[edit]
[+]
profile.d
[-] agent360.ini
[edit]
[+]
firewalld
[-] system-release
[edit]
[+]
openldap
[+]
apache2
[-] bashrc
[edit]
[-] demodomains
[edit]
[+]
cifs-utils
[+]
rc0.d
[-] csh.login
[edit]
[-] named.conf.zonedir.cache
[edit]
[-] cpbackup-exclude.conf
[edit]
[-] papersize
[edit]
[-] neighbor_netblocks
[edit]
[+]
dpkg
[+]
pkcs11
[+]
security
[-] gshadow-
[edit]
[-] named.conf
[edit]
[-] named.rfc1912.zones
[edit]
[-] nsswitch.conf
[edit]
[-] exim_trusted_configs
[edit]
[+]
dhcp
[-] remotedomains
[edit]
[+]
default
[+]
X11
[-] pcp.conf
[edit]
[+]
logrotate.d
[+]
dbus-1
[-] subuid-
[edit]
[-] ssldomains
[edit]
[-] yum.conf
[edit]
[-] aliases
[edit]
[+]
csf
[+]
smartmontools
[-] pool.conf
[edit]
[-] ips
[edit]
[-] bindresvport.blacklist
[edit]
[+]
modules-load.d
[-] hosts
[edit]
[+]
pulse
[+]
sssd
[+]
tpm2-tss
[-] recent_authed_mail_ips_users
[edit]
[-] fuse.conf
[edit]
[-] mime.types
[edit]
[-] cpanel_exim_system_filter
[edit]
[-] domain_remote_mx_ips.cdb
[edit]
[-] sysctl.conf
[edit]
[-] recent_authed_mail_ips
[edit]
[-] ftpd-rsa.pem
[edit]
[-] inputrc
[edit]
[+]
cagefs
[+]
dnf
[+]
nvme
[+]
cron.d
[+]
glvnd
[-] csh.cshrc
[edit]
[-] blocked_incoming_email_countries
[edit]
[-] userbwlimits
[edit]
[-] nfs.conf
[edit]
[+]
pcp
[-] crontab
[edit]
[-] spammers
[edit]
[-] elinks.conf
[edit]
[-] odbc.ini
[edit]
[+]
bash_completion.d
[+]
libpaper.d
[-] wwwacct.conf.cache
[edit]
[-] wwwacct.conf.shadow
[edit]
[+]
grub.d
[-] ips.remotemail
[edit]
[-] passwd-
[edit]
[-] xattr.conf
[edit]
[+]
cron.hourly
[-] makedumpfile.conf.sample
[edit]
[+]
gcrypt
[-] krb5.conf
[edit]
[-] pure-ftpd.pem
[edit]
[+]
valiases
[+]
cron.monthly
[+]
sudoers.d
[-] crypttab
[edit]
[-] GREP_COLORS
[edit]
[-] nscd.conf
[edit]
[+]
cron.weekly
[-] anacrontab
[edit]
[+]
pm
[+]
chkconfig.d
[-] greylist_common_mail_providers
[edit]
[-] lock_manager_local.ini
[edit]
[+]
pkgconfig
[+]
systemd
[+]
ostree
[+]
keys
[+]
libreport
[-] issue.net
[edit]
[+]
statetab.d
[-] cpspamd.conf
[edit]
[+]
pdns
[-] subgid-
[edit]
[-] mtab
[edit]
[-] passwd.nouids.cache
[edit]
[-] machine-id
[edit]
[-] greylist_trusted_netblocks
[edit]
[+]
sysconfig
[+]
tuned
[+]
issue.d
[-] asound.conf
[edit]
[-] domainusers
[edit]
[+]
rpm
[+]
rwtab.d
[-] locale.conf
[edit]
[+]
egl
[-] exim.conf.localopts
[edit]
[+]
environment-modules
[+]
init.d
[-] shadow-
[edit]
[-] ethertypes
[edit]
[+]
motd.d
[-] almalinux-release
[edit]
[-] userdatadomains.json
[edit]
[-] email_send_limits
[edit]
[+]
iscsi
[-] services
[edit]
[-] login.defs
[edit]
[-] eximmailtrap
[edit]
[+]
fonts
[-] man_db.conf
[edit]
[-] host.conf
[edit]
[-] ftpd-rsa-key.pem
[edit]
[+]
UPower
[-] passwd
[edit]
[-] trusted-key.key
[edit]
[-] ld.so.cache
[edit]
[-] domainips
[edit]
[+]
multipath
[-] mdadm.conf
[edit]
[-] outgoing_mail_suspended_users
[edit]
[+]
named
[-] userdatadomains
[edit]
[+]
mcelog
[-] exim.conf.mailman2.dist
[edit]
[+]
cron.daily
[+]
ssl
[+]
rc3.d
[+]
cpanel
[-] redhat-release
[edit]
[-] netconfig
[edit]
[-] secondarymx
[edit]
[+]
opt
[+]
geoclue
[+]
selinux
[+]
lsm
[+]
rc2.d
[+]
binfmt.d
[-] exim.key
[edit]
[+]
imunify360
[-] rc.local
[edit]
[+]
kernel
[-] vconsole.conf
[edit]
[+]
ssh
[-] userplans
[edit]
[-] kdump.conf
[edit]
[-] mke2fs.conf
[edit]
[-] at.deny
[edit]
[-] exim.conf
[edit]
[+]
xdg
[-] adjtime
[edit]
[-] fstab
[edit]
[-] motd
[edit]
[-] exim.conf.localopts.shadow
[edit]
[-] os-release
[edit]
[-] gshadow
[edit]
[-] vimrc
[edit]
[-] protocols
[edit]