2013年4月19日 星期五

linux screen 便利設定


從網路上找來的


替 screen 加入方便的標籤顯示
檔案 『/home/user1/.screenrc』裡面填入

caption always "%{= wk} %{= KY} [%n]%t @ %H %{-} %= %{= KR} %l %{-} | %{= KG} %Y-%m-%d %{-} "
hardstatus alwayslastline " %-Lw%{= Bw}%n%f %t%{-}%+Lw %=| %0c:%s "
vbell off




ssh連入後自動進入 screen 裡面

檔案『/home/user1/.bashrc』最後面

if [ -z "$STY"  ]; then
    exec screen -dR

fi

沒有留言:

張貼留言