Last active
August 29, 2015 14:19
-
-
Save ewxrjk/cbaf528e526cf9d6017d to your computer and use it in GitHub Desktop.
Bizarre /dev/tty behavior on GNU HUrd
This file contains hidden or 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
araminta:~$ ssh heceptor -t ls -l /dev/tty | |
crw--w---- 1 richard tty 0, 0 Jul 14 2012 /dev/tty | |
Connection to heceptor closed. | |
araminta:~$ ssh heceptor 'echo /dev/tt?' | |
/dev/tty | |
araminta:~$ ssh heceptor ls -l /dev/tty | |
ls: cannot access /dev/tty: No such device or address | |
araminta:~$ ssh heceptor uname -a | |
GNU heceptor 0.3 GNU-Mach 1.3.99-486/Hurd-0.3 i686-AT386 GNU |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment