anoop_c@sifycorp.com wrote: > Hi > I am doing eap-tls authentication with free radius.I am getting tow log files which are radius.log and radwatch.log. > Can anyone tell me how to rotate theses log file. > I don\'t want the radwatch.log also .How can i remoce this radwach.log Don't run radwatch. To rotate radius.log: $ mv radius.log radius.log.old That's it. Alan DeKok.