Skip to content

Instantly share code, notes, and snippets.

@ewxrjk
Last active August 29, 2015 14:19
Show Gist options
  • Save ewxrjk/cbaf528e526cf9d6017d to your computer and use it in GitHub Desktop.
Save ewxrjk/cbaf528e526cf9d6017d to your computer and use it in GitHub Desktop.
Bizarre /dev/tty behavior on GNU HUrd
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