script로 터미널 불러오기
script /dev/null -c bash
python으로 터미널 불러오기
python -c 'import pty;pty.spawn("/bin/bash")'
https://blog.ropnop.com/upgrading-simple-shells-to-fully-interactive-ttys/
script로 터미널 불러오기
script /dev/null -c bash
python으로 터미널 불러오기
python -c 'import pty;pty.spawn("/bin/bash")'
https://blog.ropnop.com/upgrading-simple-shells-to-fully-interactive-ttys/