Command_sh
awk '/32 host/ { print f } {f=$2}' <<< "$(</proc/net/fib_trie)" | sort -uscript -q /dev/null -c /bin/bash
if bash not available do sh
script -q /dev/null -c /bin/sh
python3 -c 'import pty; pty.spawn("/bin/bash")'
ctrl+z
stty raw -echo
fg
export TERM=xterm-256color
stty sane
stty rows $(tput lines) cols $(tput cols)
exec /bin/bash
clearLast updated
Was this helpful?