uawdijnntqw1x1x1
IP : 216.73.216.26
Hostname : xhost1.intravision.ru
Kernel : Linux xhost1.intravision.ru 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
..
/
bin
/
zsh4
/
/
#!/bin/zsh5 -f # This wrapper's sole purpose is to ease the migration of zsh's binary # location from /bin/zsh4 to /bin/zsh5 between Debian Wheezy and Jessie. # # See https://bugs.debian.org/707760 for reasoning, details and # discussion. if [[ "$0" == *zsh4* ]]; then static='' if [[ "$0" == *static* ]]; then static=-static fi echo "" echo " ####" echo " #### $0 is deprecated, please switch to /bin/zsh${static} (or /usr/bin/zsh)" if [[ "$1" == "-l" || "$0" == -* ]]; then echo ' #### Use "chsh -s '"/bin/zsh${static}"'" to change your login shell' fi echo " #### This command ($0) will disappear eventually!" echo " ####" echo "" fi 1>&2 exec "/bin/zsh5${static}" "$@"
/var/../bin/zsh4