Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 184 Bytes

lin-upgrade-shell.md

File metadata and controls

8 lines (7 loc) · 184 Bytes

Upgrade Shell:

  • python --version
  • python -c 'import pty; pty.spawn("/bin/bash")'
  • /bin/bash -i
  • cat /etc/shells
  • perl -e 'exec "/bin/bash";'
  • ruby exec "/bin/bash"