3 May
2005
3 May
'05
9:05 p.m.
On Tue, 03 May 2005 16:36:16 -0300, Julio Kriger said:
I want that the logs written by kernel module K when used by program A go to log_A file. The same with program B, logs should go log_B.
Does the kernel module indicate in any way which program it was? In other words, given the output from K *by itself*, is there a way to tell if A or B was using it? If so, you should be able to use 'match' to sort things out...