whoami7 - Manager
:
/
etc
/
profile.d
/
Upload File:
files >> //etc/profile.d/prompt.sh
if [ "$PS1" ]; then if [ "${USER}" == root ] then if [[ "${TERM}" == xterm* ]] || [ "${TERM}" == screen ] then echo -ne "\033]0;${USER}@${HOSTNAME%%.*}"; echo -ne "\007" fi export PROMPT_COMMAND='history -a >( tee -a ~/.bash_history |logger -p local4.alert -t "$SSHD_USER:[$USER]:[$SSH_TTY]:[$PWD]" )' fi fi
Copyright ©2021 || Defacer Indonesia