Flashback: how to handle some Launch Agents Folder questions?
Two Flashback questions, followed by some background.
1) In cleaning up a Flashback infection, why would running the ls -lA ~/Library/LaunchAgents/ command in terminal, return the result "total 16", when there are only 2 items the LaunchAgents subfolder? (I checked for invisible files in that folder -- there are none.)
2) Should I delete any of plist files from the LaunchAgents folder, including the ones that appear to be for MobileMe synching and Safari bookmark synching?
Here's the background:
When I entered this into Terminal:
defaults read ~/.MacOSX/environment DYLD_INSERT_LIBRARIES
I got this result:
/Users/Shared/.libgmalloc.dylib
When I entered this into Terminal:
grep -a -o '__ldpath__[ -~]*' /Users/Shared/.libgmalloc.dylib
I got this DOUBLE result:
__ldpath__/Users/username1/Library/Application Support/.WondershareDVDBackup.tmp
__ldpath__/Users/username1/Library/Application Support/.WondershareDVDBackup.tmp
(We've never used "Wondershare DVD Backup", by the way.)
When I entered this into Terminal:
ls -lA ~/Library/LaunchAgents/
I got this result for username1:
total 16
-rw-r--r-- 1 username1 username1 581 Apr 30 2011 com.apple.MobileMeSyncClientAgent.plist
-rw-r--r-- 1 username1 username1 813 Mar 1 2009 com.apple.SafariBookmarksSyncer.plist
When I entered this into Terminal:
defaults read ~/Library/LaunchAgents/com.apple.MobileMeSyncClientAgent.plist ProgramArguments
I got this result:
2012-04-07 19:40:25.306 defaults[1260:903]
The domain/default pair of (/Users/username1/Library/LaunchAgents/com.apple.MobileMeSyncClientAgent.plist, ProgramArguments) does not exist
... and the same sort of "does not exist" results when I tested SafariBookmarksSyncer the launch agents folder.
I got this result (note high "total" number) for username2 -- this user account *did not* test positive for Flashback:
total 40
-rw-r--r-- 1 username2 staff 619 Oct 18 2010 com.adobe.ARM.ad895013aeb33ea6e968d9fdc06c0eb42c7c2a5229d98d64ad002716.plist
-rw-r--r-- 1 username2 staff 581 Mar 24 14:33 com.apple.MobileMeSyncClientAgent.plist
-rw-r--r-- 1 username2 staff 815 Apr 19 2010 com.apple.SafariBookmarksSyncer.plist
-rw-r--r-- 1 username2 staff 667 Jul 28 2011 com.macupdate.desktop5.scanner.plist
-rw-r--r-- 1 username2 staff 615 Sep 13 2009 de.metaquark.appfresh.plist
(I have no idea what de.metaquark.appfresh would be. I presume the long adobe plist is from an installation of Adobe 8.)