screenrc 中的哪个选项像“screen -L”一样工作?我想全局打开日志记录。尝试将选项“log on”放入 /etc/screenrc,但在屏幕启动时写入“log: window required”。
答案1
使用deflog on
而不是log on
。
来自手册页:
deflog on|off
Same as the log command except that the default setting for new windows is changed. Initial setting is off.
如果您确实要使用log on
,您需要先选择一个带有的窗口screen 0
,但请注意,此配置不会为所有窗口配置日志记录......