Guest User

Untitled

a guest
Aug 30th, 2015
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. $ stty -a
  2. speed 38400 baud; rows 24; columns 80; line = 0;
  3. intr = ^C; quit = ^; erase = ^?; kill = ^U; eof = ^D; eol = M-^?; eol2 = M-^?;
  4. swtch = M-^?; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W;
  5. lnext = ^V; discard = ^O; min = 1; time = 0;
  6. -parenb -parodd -cmspar cs8 hupcl -cstopb cread -clocal -crtscts
  7. -ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
  8. -iuclc ixany imaxbel iutf8
  9. opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
  10. isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
  11. echoctl echoke -extproc
  12.  
  13. $ tty
  14. /dev/pts/0
  15.  
  16. $ stty -a -F /dev/pts/0
  17. speed 38400 baud; rows 24; columns 80; line = 0;
  18. intr = ^C; quit = ^; erase = ^?; kill = ^U; eof = ^D; eol = M-^?; eol2 = M-^?;
  19. swtch = M-^?; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W;
  20. lnext = <undef>; discard = ^O; min = 1; time = 0;
  21. -parenb -parodd -cmspar cs8 hupcl -cstopb cread -clocal -crtscts
  22. -ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl ixon -ixoff
  23. -iuclc ixany imaxbel iutf8
  24. opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
  25. isig -icanon iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
  26. echoctl echoke -extproc
Advertisement
Add Comment
Please, Sign In to add comment