🐚Interactive Shell

python/python3 Interactive Shell

Check if python/python3 is available in system

which python

which python3

python -c 'import pty;pty.spawn("/bin/bash")'

Bash Interactive Shell

bash -i

SHELL=/bin/bash script -q /dev/null

Last updated

Was this helpful?