
我的 debian 電腦與裝有 debian linux 的裝置有連線。
如果我reset
在串行命令列上鍵入命令,該命令clocal
將設定為-clocal
。
我在網路上搜尋原因,但找不到原因。問題是有些指令,例如sudo -i
“hang if -clocal
is set”,但“work if clocal
is set”。
設定重置是否有原因-clocal
?
我用 picocom、screen、TeraTerm 和 putty 嘗試過。
答案1
因為那就是它的reset
作用。它的手冊告訴您它“將終端模式設定為‘正常’值”。在這種情況下,理智包括關閉CLOCAL
。