Posted on 04-01-2019 01:28 PM
I've been asked to create a report on what user provided their credentials to install an application. I can see info on the applications, but not sure if there is a log that writes anything with the users credentials that were used to install the app.
Any help would be greatly appreciated!
Posted on 04-01-2019 03:01 PM
Sometimes when someone installs an App they are listed as the owner of the file. You can run "ls -la /path/to/file" in terminal and it will list the owner and the owning group. It isn't guaranteed, but it might be able to give you what you need.