Linux velvet.gennetworks.in 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
LiteSpeed
Server IP : 161.129.70.235 & Your IP : 216.73.216.5
Domains :
Cant Read [ /etc/named.conf ]
User : virtueex
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-02-18 11:50
zsh-functions
[ DIR ]
drwxr-xr-x
2026-02-18 11:50
bash
4.04
KB
-rw-r--r--
2023-10-15 00:16
bash_completion
11.2
KB
-rw-r--r--
2023-10-15 00:16
cmake
1.88
KB
-rw-r--r--
2023-10-15 00:16
csh
3.78
KB
-rw-r--r--
2023-10-15 00:16
fish
1.69
KB
-rw-r--r--
2023-10-15 00:16
fish_completion
9.42
KB
-rw-r--r--
2023-10-15 00:16
ksh
4.06
KB
-rw-r--r--
2023-10-15 00:16
lisp
3.15
KB
-rw-r--r--
2023-10-15 00:16
perl.pm
1.09
KB
-rw-r--r--
2023-10-15 00:16
profile-compat.csh
197
B
-rw-r--r--
2023-10-15 00:16
profile-compat.sh
309
B
-rw-r--r--
2023-10-15 00:16
profile.csh
105
B
-rw-r--r--
2023-10-15 00:16
profile.sh
448
B
-rw-r--r--
2023-10-15 00:16
python.py
1.5
KB
-rw-r--r--
2023-10-15 00:16
r.R
961
B
-rw-r--r--
2023-10-15 00:16
ruby.rb
1.35
KB
-rw-r--r--
2023-10-15 00:16
sh
3.91
KB
-rw-r--r--
2023-10-15 00:16
tcl
1.05
KB
-rw-r--r--
2023-10-15 00:16
tcsh
3.79
KB
-rw-r--r--
2023-10-15 00:16
tcsh_completion
5.39
KB
-rw-r--r--
2023-10-15 00:16
zsh
4.05
KB
-rw-r--r--
2023-10-15 00:16
Save
Rename
# 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