Forum Topic - rename /dev/slog file:
   
rename /dev/slog file  
Does anyone know how to rename or copy the /dev/slog file
to another file name?

Re: rename /dev/slog file  
On Thu, Feb 05, 2009 at 06:01:06PM -0500, Santosh Kumar wrote:
> Does anyone know how to rename or copy the /dev/slog file
> to another file name?

Maybe 'ln -sP /dev/slog /newname' ?

-seanb