stty命令使用一例

本文介绍了如何使用stty命令查看和修改终端设置。通过stty-a可以查看所有设置详情,如速度、行列数、特殊按键映射等。文章还提供了修改特定设置的示例,例如将挂起操作指令设置为Ctrl+z。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

stty命令使用一例

可以通过stty -a命令来查看所有的终端设置。

[nm_appg~]$stty -a
speed 9600 baud; line = 0;
rows = 41; columns = 132
min = 1; time = 1;
intr = ^C; quit = ^/; erase = ^H; kill = ^U
eof = ^D; eol = ^@; eol2 = <undef>; swtch = <undef>
stop = ^S; start = ^Q; susp = ^Z; dsusp = <undef>
werase = <undef>; lnext = <undef>
parenb -parodd cs7 -cstopb hupcl -cread -clocal -loblk -crts
-ignbrk brkint ignpar -parmrk -inpck istrip -inlcr -igncr icrnl -iuclc
ixon -ixany ixoff -imaxbel -rtsxoff -ctsxon -ienqak
isig icanon -iexten -xcase echo echoe echok -echonl -noflsh
-echoctl -echoprt -echoke -flusho -pendin
opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel -tostop
其中:
eof : 输入结束
erase : 向后删除字符,
intr : 中断当前程序
kill : 删除整条命令
quit :退出当前程序
start : 启动屏幕输出
stop :停止屏幕输出;
susp : 挂起当前程序。  

修改某个命令的值的格式如下:

[nm_appg~]$stty susp ^Z  这样就可以将susp的操作指令修改为Ctrl+z

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值