I need a solution
We have installed Symantec Antivirus for Linux
I am trying to find a Linux command that will return the last time the Symantec AntiVirus did a scan of the system.
I found a command “symcfg” that displays various information about Symantec Antivirus on Linux servers.
The command: ./symcfg –q list –k ‘\Symantec Endpoint Protection\AV\PatternManager\Schedule’ –v ‘LastStart’
That command returns the value 1435348839, which looks to be an Epoch Date format.
When I convert that number to a date from Epoch I get 06/26/2015 20:00:39
Can anyone confirm that the value I am getting back is the last time an Antivirus Scan was run on that Linux sever
Thank You
JOHN