Created
February 17, 2023 17:50
-
-
Save karaketir16/f4d019bc8f0b623bcfb3570e6b02bf01 to your computer and use it in GitHub Desktop.
command for creating pseudo tty
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo socat PTY,link=/dev/ttyPP0,group=dialout,user=${USER} PTY,link=/dev/ttyPP1,group=dialout,user=${USER} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment