From non-tty-shell, there are certain commands that cannot be used.
python -c 'import pty; pty.spawn("/bin/bash")'
echo 'os.system('/bin/bash')'
/bin/sh -i
/bin/bash -i
perl -e 'exec "/bin/sh";'
:!bash
Last updated 2 years ago