Gathering information through Terminal commands

bashcommand lineterminal

Is there a way through bash/terminal commands to get the following –

  • Manufactured date
  • OS install date
  • Anti Virus installed

I have been doing some research and these three items seem to not exist just wondering if anyone has any ideas.

PS: If anyone is interested its is for an Audit program I am writing that requires these commands.

Best Answer

See How to check when Macbook was turned on first time? for details about the OS install date.

As for anti virus software, there are several products out there. One way to check for installation is to check whether the corresponding application is installed in /Applications.

Related Question