$48 GRAYBYTE WORDPRESS FILE MANAGER $92

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/etc/

HOME
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
    }

    # By default, we want umask to get set. This sets it for non-login shell.
    # Current threshold for system reserved uid/gids is 200
    # You could check uidgid reservation validity in
    # /usr/share/doc/setup-*/uidgid file
    if [ $UID -gt 199 ] && [ "`/usr/bin/id -gn`" = "`/usr/bin/id -un`" ]; then
       umask 002
    else
       umask 022
    fi

    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

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
28 Feb 2026 1.06 AM
root / root
0755
alternatives
--
19 Mar 2026 8.00 AM
root / root
0755
apache2
--
28 Feb 2026 1.05 AM
root / root
0755
bash_completion.d
--
19 Mar 2026 8.00 AM
root / root
0755
cl.nodejs
--
18 Dec 2024 12.25 PM
root / root
0755
cl.php.d
--
28 Feb 2026 1.05 AM
bqrcodec / bqrcodec
0755
cl.python
--
31 Aug 2024 8.18 AM
root / root
0755
cl.selector
--
18 Mar 2026 9.58 PM
bqrcodec / bqrcodec
0755
cl.selector.conf.d
--
16 Dec 2025 9.35 PM
root / root
0755
cpanel
--
18 Mar 2026 9.30 PM
root / root
0751
crypto-policies
--
15 Oct 2023 10.58 AM
root / root
0755
default
--
16 Dec 2025 9.37 PM
root / root
0755
environment-modules
--
15 Oct 2023 1.46 AM
root / root
0755
fonts
--
19 Mar 2026 8.00 AM
root / root
0755
gcrypt
--
19 Mar 2026 8.00 AM
root / root
0755
ld.so.conf.d
--
8 Dec 2025 4.42 PM
root / root
0755
mail
--
30 Aug 2024 10.24 PM
root / root
0755
modulefiles
--
15 Oct 2023 1.46 AM
root / root
0755
motd.d
--
26 Aug 2025 3.59 PM
root / root
0755
my.cnf.d
--
26 Oct 2025 12.46 AM
root / root
0755
openldap
--
19 Mar 2026 8.00 AM
root / root
0755
pam.d
--
19 Mar 2026 8.00 AM
root / root
0755
pki
--
31 Aug 2024 8.14 AM
root / root
0755
profile.d
--
19 Mar 2026 8.00 AM
root / root
0755
sasl2
--
8 May 2025 12.39 AM
root / root
0755
scl
--
19 Mar 2026 8.00 AM
root / root
0755
security
--
19 Mar 2026 8.00 AM
root / root
0755
skel
--
19 Mar 2026 8.00 AM
root / root
0755
snmp
--
19 Mar 2026 8.00 AM
root / root
0755
ssh
--
19 Mar 2026 8.00 AM
root / root
0755
ssl
--
19 Mar 2026 8.00 AM
root / root
0755
sysconfig
--
19 Mar 2026 8.00 AM
root / root
0755
.etc.version
0.006 KB
19 Mar 2026 8.00 AM
root / root
0600
DIR_COLORS
4.43 KB
1 Apr 2023 3.43 PM
root / root
0644
aliases
1.493 KB
15 May 2023 9.46 PM
root / root
0644
at.deny
0.001 KB
10 Oct 2022 5.23 PM
root / root
0644
backupmxhosts
0 KB
3 Apr 2022 12.02 PM
root / mail
0640
bashrc
3.631 KB
30 Aug 2024 10.28 PM
root / root
0644
domainusers
7.148 KB
18 Mar 2026 9.39 PM
root / mail
0640
environment
0 KB
15 May 2023 9.46 PM
root / root
0644
group
0.485 KB
19 Mar 2026 8.00 AM
root / root
0644
host.conf
0.009 KB
10 Sep 2018 6.51 PM
root / root
0644
hosts
0.271 KB
18 Mar 2026 9.29 PM
root / root
0644
inputrc
0.92 KB
10 Sep 2018 6.51 PM
root / root
0644
ld.so.cache
35.288 KB
17 Mar 2026 5.07 PM
root / root
0644
ld.so.conf
0.027 KB
8 Dec 2025 3.04 PM
root / root
0644
localtime
0.38 KB
1 Apr 2025 1.12 AM
root / root
0644
mail.rc
1.922 KB
13 Oct 2019 7.19 AM
root / root
0644
mailcap
0.266 KB
11 May 2017 8.00 PM
root / root
0644
mailhelo
98.789 KB
18 Mar 2026 9.39 PM
root / mail
0640
mailips
80.37 KB
18 Mar 2026 9.39 PM
root / mail
0640
mime.types
58.938 KB
11 May 2017 8.00 PM
root / root
0644
nsswitch.conf
2.07 KB
31 Aug 2024 3.39 AM
root / root
0644
passwd
1.271 KB
19 Mar 2026 8.00 AM
root / root
0644
profile
2.855 KB
30 Aug 2024 10.28 PM
root / root
0644
protocols
6.414 KB
10 Sep 2018 6.51 PM
root / root
0644
recent_authed_mail_ips
0.216 KB
19 Mar 2026 7.59 AM
root / root
0644
relayhosts
0.216 KB
19 Mar 2026 7.59 AM
root / root
0644
resolv.conf
0.105 KB
1 May 2025 2.22 PM
root / root
0644
rpc
1.596 KB
1 Aug 2018 12.10 PM
root / root
0644
screenrc
6.563 KB
5 May 2021 5.04 PM
root / root
0644
senderverifybypasshosts
0 KB
3 Apr 2022 12.02 PM
root / mail
0640
services
676.027 KB
15 May 2023 9.46 PM
root / root
0644
shadow
0.817 KB
19 Mar 2026 8.00 AM
root / root
0600
skipsmtpcheckhosts
0 KB
3 Apr 2022 12.02 PM
root / mail
0640
spammeripblocks
0 KB
3 Apr 2022 12.02 PM
root / mail
0640
trusted-key.key
0.366 KB
6 Nov 2025 2.45 PM
root / root
0644
trustedmailhosts
0 KB
2 Mar 2026 4.27 PM
root / mail
0640
vimrc
1.936 KB
12 Oct 2025 7.23 AM
root / root
0644
virc
1.176 KB
12 Oct 2025 7.23 AM
root / root
0644
wgetrc
4.81 KB
14 Aug 2024 5.22 AM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF