終端機下home跟end - BBS

Jessica avatar
By Jessica
at 2006-12-02T01:18

Table of Contents

這是劣者的作法
提供參考
在/etc/profile新增一行
export INPUTRC=/etc/inputrc
在/etc下新增inputrc
檔案內容
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": beginning-of-history
"\e[6~": end-of-history
"\e[3~": delete-char
"\e[2~": quoted-insert

※ 引述《[email protected] (瘋掉了瘋掉了瘋掉了)》之銘言:
: 請問各位
: freebsd 6.1, 使用putty連線
: 使用者帳號用tcsh
: 請問該怎樣讓command line可以接受home, end。
: 讓游標移動到頭或尾。
: 因為我的putty只會顯示出"~",而游標不會移動。

--
欲將心事付瑤琴
知音少
絃斷有誰聽

--
Tags: BBS

All Comments

Apache 權限問題

George avatar
By George
at 2006-12-01T22:03
※ 引述《Seasonny (曉風殘月‥)》之銘言: : Access forbidden! : You donand#39;t have permission to access the requested object. : It is either read-protected or not reada ...

Apache 權限問題

Rebecca avatar
By Rebecca
at 2006-12-01T15:38
Access forbidden! You donand#39;t have permission to access the requested object. It is either read-protected or not readable by the server. If you think ...

NAT的設定

Margaret avatar
By Margaret
at 2006-11-28T18:32
※ 引述《slinbody (不敗地球人)》之銘言: : 最後一個問題 用hub來接NAT server和其他電腦 : ┌───────────────┐ NAT那台是接在LAN的孔還是 : │┌┐ ┌┐ ┌┐ ┌┐ ┌┐ │ WAN的孔呢??還是根本沒差?? : │└┘ ...

NAT的設定

Andy avatar
By Andy
at 2006-11-28T17:26
${ipfw}是shell script的變數使用,這樣如果你哪天程式改名只要改ipfw這變數就好了。 /sbin/ipfw跟ipfw應該是指同一個程式(只是shell幫你從path裡找到而已) in/out是以run ipfw那臺電腦本身為主,in是指從外面進到FreeBSD的,out是指要從Free ...

NAT的設定

Todd Johnson avatar
By Todd Johnson
at 2006-11-28T15:33
http://0rz.tw/d11qp 我想問第九行後面的的 # Throw away RFC 1918 networks ${ipfw} add deny ip from 10.0.0.0/8 to any in via ${oif} ${ipfw} add deny ip from 172.16.0.0 ...