On Nov 3, 2015 10:28 AM, "Reinaldo Fernandes" <[email protected]> wrote: > > Hi dan, > > Sorry but I'm getting a acces denied when I try to run the following command: > tail -F /var/ossec/logs/ossec.log >
You may need to use sudo to access the file. And a `tail -f` will only show new entries (which will be fine if you restart the processes while tailing the file). > -- > > --- > You received this message because you are subscribed to the Google Groups "ossec-list" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
