stty ¸í·É¾î´Â ´Ü¸»±âÀÇ Æ¯¼ºÀ» ÁöÁ¤Çϰųª º¸¿©ÁÖ´Â ¸í·ÉÀÔ´Ï´Ù.
°£È¤ *nix ½Ã½ºÅÛ¿¡¼ back space Å°°¡ ¸ÔÈ÷Áö ¾Ê´Â °æ¿ì°¡ Àִµ¥¿ä.
±×·¸³ª °æ¿ì¿¡ stty -a ·Î erase Å°°¡ ¾î¶»°Ô ¼³Á¤µÇ¾î ÀÖ´ÂÁö È®ÀÎÇغ¸¼¼¿ä.
[¸®´ª½º]
cloud@localhost:~$ stty -a
speed 38400 baud; rows 41; columns 103; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>; eol2 = <undef>; swtch = <undef>;
start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc -ixany -imaxbel
-iutf8
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke
cloud@localhost:~$
[¸®´ª½º (2)]
[root@hacklinux cloud]# stty -a
speed 38400 baud; rows 34; columns 112; line = 0;
intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = <undef>; eol2 = <undef>; start = ^Q; stop = ^S;
susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc -ixany -imaxbel
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke
[root@hacklinux cloud]#
[solaris]
bash-2.05$ stty -a
speed 38400 baud;
Çà = 34; ¿ = 80; yÇȼ¿ = 0°³; xÇȼ¿ = 0°³;
eucw 1:0:0:0, scrw 1:0:0:0
intr = ^c; quit = ^\; erase = ^h; kill = ^u;
eof = ^d; eol = <undef>; eol2 = <undef>; swtch = <undef>;
start = ^q; stop = ^s; susp = ^z; dsusp = ^y;
rprnt = ^r; flush = ^o; werase = ^w; lnext = ^v;
-parenb -parodd cs8 -cstopb -hupcl cread -clocal -loblk -crtscts -crtsxoff -parext
-ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -iuclc
ixon -ixany -ixoff imaxbel
isig icanon -xcase echo echoe echok -echonl -noflsh
-tostop echoctl -echoprt echoke -defecho -flusho -pendin iexten
opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel tab3
bash-2.05$
|