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


Click here to return to the 'Another Dumb question' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Another Dumb question
Authored by: rdemby on Nov 01, '04 07:33:24PM

My terminal response is :" tcsh: sudo: No match."
Do I have it?



[ Reply to This | # ]
Another Dumb question
Authored by: jwd on Nov 01, '04 07:45:44PM

I get the same ...

---
Is this thing on???



[ Reply to This | # ]
Another Dumb question
Authored by: BrettTaylor on Nov 01, '04 11:07:05PM

You are getting this because you're running tcsh as your shell. You are not infected. If you want to check this for sure, in terminal type "bash", then the aformentioned command and you'll find you get the "ls: /Users/*/Public/.info: No such file or directory" output.



[ Reply to This | # ]
Re: Another Dumb question
Authored by: derrickbass on Nov 01, '04 09:00:45PM

No, you are not infected. (Well, probably not. There might be variants of Opener that manifest themselves differently. So far, however, we only know of the one.)

The difference depends on which shell you are using. The shell is decided upon when your account is created and only changes after that if you do so explicitly.

Before Panther, the default shell was "tcsh". If your account was created under Jaguar or earlier then your shell is tcsh, even if you have subsequently upgraded to Panther. Under Panther, the default shell is "bash" for newly created accounts.

Anyway, what the command is doing is checking whether the file ".info" exists in the Public directory of any user. If it exists in one of your user directories, it means you have "Opener". If it does not exist, then you get an error message (which is good; it means you probably don't have Opener). However, bash and tcsh appear to give different error messages.



[ Reply to This | # ]