Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
zsh-common /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
Functions
[ DIR ]
drwxr-xr-x
Misc
[ DIR ]
drwxr-xr-x
old
[ DIR ]
drwxr-xr-x
carstenh.zshrc
14.89
KB
-rw-r--r--
reporter
10.33
KB
-rw-r--r--
ssh_completion
2.52
KB
-rw-r--r--
ssh_completion2
1.41
KB
-rw-r--r--
zlogin
581
B
-rw-r--r--
zshenv
1.53
KB
-rw-r--r--
zshrc
5.23
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : zshenv
# # Generic .zshenv file for zsh # # .zshenv is sourced on ALL invocations of the shell, unless the -f option is # set. It should NOT normally contain commands to set the command search path, # or other common environment variables unless you really know what you're # doing. E.g. running "PATH=/custom/path gdb program" sources this file (when # gdb runs the program via $SHELL), so you want to be sure not to override a # custom environment in such cases. Note also that .zshenv should not contain # commands that produce output or assume the shell is attached to a tty. # # THIS FILE IS NOT INTENDED TO BE USED AS /etc/zshenv, NOR WITHOUT EDITING return 0 # Remove this line after editing this file as appropriate # This kludge can be used to override some installations that put aliases for # rm, mv, etc. into the system profiles. Just be sure to put "unalias alias" # in your own rc file(s) if you use this. alias alias=: # Some people insist on setting their PATH here to affect things like ssh. # Those that do should probably use $SHLVL to ensure that this only happens # the first time the shell is started (to avoid overriding a customized # environment). Also, the various profile/rc/login files all get sourced # *after* this file, so they will override this value. One solution is to # put your path-setting code into a file named .zpath, and source it from # both here (if we're not a login shell) and from the .zprofile file (which # is only sourced if we are a login shell). if [[ $SHLVL == 1 && ! -o LOGIN ]]; then source ~/.zpath fi
Close