02-16-2016, 05:11 PM
(02-16-2016, 04:49 PM)liamjake05 link Wrote:Worked but is there a way to reset this
Reset in what way? Like clearing it? The file CAN be over written but this is far from ideal. Consider using logrotate.
That aside, you can run
Code:
sudo echo > /var/log/auth.log
But this will completely delete the contents, and is dangerous to use. Be completely sure you got the file name correct before running ANYTHING with sudo in it like this.