Bash

如何獲取螢幕命令以指示您正在查看 ubuntu 伺服器的螢幕?

  • December 28, 2011

當我在 red hat 中使用 screen 命令時,它會列出我在 putty 中查看的螢幕紅帽中的螢幕命令

但是,當我在 ubuntu 10.04 中使用 screen 命令時,它沒有列出我在 putty 中查看的螢幕。有什麼方法可以配置 ubuntu 10.04 或 putty 以列出我正在查看的螢幕?

這是由 中的hardstatus設置設置的.screenrc。這取自/etc/screenrcRHEL 系統:

# Red Hat's normal status line
hardstatus string "[screen %n%?: %t%?] %h"

Ubuntu 還有一個名為screen-profiles(基於 byobu)的包,其中包含一組針對screen.

不要抹黑我上面的答案,下面會在螢幕底部創建類似於“工作列”的東西:

hardstatus alwayslastline
hardstatus string '%{= BG}[ %{C}%H %{g}][%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{y}%?%+Lw%?%?%= %{g}][%{Y}%Y-%m-%d %{W}%c %{g}]'

引用自:https://serverfault.com/questions/344729