I can't run a file.
Adam Hawes
Adam.Hawes at adpro.com.au
Thu Apr 19 10:14:41 CST 2007
> I did
> cd /
> ls -lR |grep clam
> and got lots of instances of clam throughout the file system, but not
> the directory they're in. None of them jump out and tell me
> they're the
> executable file.
Do any have the execute bit? Ususally you find binaries in /bin, /usr/bin,
/sbin, /usr/sbin. Check there for clam and find one with the execute bit
(find / -type f -name \*clam\* -perm +700). The sacred handwavings to
invoke the finer majik of the find command are left as an exercise to
the reader.
> If it was WinXP I'd find the xxxx.exe, make a shortcut, stick that in
> the menu, and Bob would be my uncle.
But it's not (1/MegaHard), so: Robert will be your mother's brother!
> In linux, how will I find the executable file, how will I
> recognize it
> as such?
See above.
> As a side question, there seems to be a "common wisdom" that
> linux never
> gets virii anyway, is it reasonable not to bother with an anti-virus?
There are nasties for Linux; just a lot less than for Windows. You
need to really try out chkrootkit and things like that. A virus on
Linux will only clean out a user's files rather than destroying
the system usually (unless you run as root).
If you host files or mail for Windows users then a virus scanner is a
good investment on your Linux machine.
Regards,
A
More information about the linuxsa
mailing list