Guest User

Untitled

a guest
May 26th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $ tty
  2. /dev/pts/2
  3.  
  4. #include <stdio.h>
  5. char *ctermid(char *ptr);
  6.  
  7. $ ls -la /dev/tty
  8. crw-rw-rw- 1 root tty 5, 0 May 26 00:16 /dev/tty
  9.  
  10. < /dev/null sh -c 'tty; sleep 10; echo "Done."'
Add Comment
Please, Sign In to add comment