Is it possible to name the 'screen' logfile from the -L flag?

后端 未结 3 1966
别那么骄傲
别那么骄傲 2020-12-28 14:39

Upon running Screen with the -L flag, a file called \'screenlog.0\' is created and all output written to it (which is great), but I will be running several Screen sessions a

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-28 15:00

    Alternatively, there's a way to do it online.

    Enter command mode in Screen via Ctrl+a, : and use the logfile command with the name of the file you want as argument, for example:

    logfile whatevernameyoulike.log
    

    Source: Screen man page

提交回复
热议问题