Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Regarding the 'opener' malware script' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Regarding the 'opener' malware script
Authored by: LC on Nov 03, '04 07:36:59PM

How about this as another easy command (assuming that the 'weekly' script has been run by the system, very recently;) --
locate /Users/\\*/Public/.info

I guess that's not as good, since there's a time lapse between the updatedb and the query. So, check the date like so, first --
ls -l /var/db/locate.database

Larry.



[ Reply to This | # ]
Regarding the 'opener' malware script
Authored by: LC on Nov 03, '04 07:39:24PM

Oops, I thought one backslash would have been eaten by the code here. Sorry, only one backslash to escape that asterisk, or else use quotes in the shell. '/Users/*/...'



[ Reply to This | # ]