I have a problem with screen
. Basically I want it to make one log per screen, for example screen #1 will be screenlog.1
& screen #2 will be screenlog.2
- you get the memo.
Anyhow, what happens is that when I launch screen using:
screen -SL screen1
(The -L
parameter is because I need to force it to make logs) it only logs the first screen, not the rest 2-5 screens. I've tried using the .screenrc
file with the logfile
parameter, it works - but just changes the name of screenlog.0
, which isn't really what I want.
Any idea how I would go about this?
Additonal information: CentOS 6.3 (64bit). Screen version 4.00.03 (FAU) 23-Oct-06.