Hi, you could try, find /lib/modules -name ltserial.ko -or -name ltmodem.ko | xargs ls -l
which is easier to type in. Derek. =================================================== On Thu, 11 Nov 2004, Matthew Gregan wrote: > At 2004-11-11T15:40:37+1300, Matthew Gregan wrote: > > Run the follow command and report the output back to the list: > ^ing > > > $ find /lib/modules -name ltserial.ko -o -name ltmodem.ko -ls > > (For future reference, that should actually be): > $ find /lib/modules \( -name ltserial.ko -o -name ltmodem.ko \) -ls > > ...otherwise the '-ls' is only invoked against the second condition. > > Cheers, > -mjg > -- Derek Smithies Ph.D. This PC runs pine on linux for email IndraNet Technologies Ltd. If you find a virus apparently from me, it has Email: [EMAIL PROTECTED] forged the e-mail headers on someone else's machine ph +64 3 365 6485 Please do not notify me when (apparently) receiving a Web: http://www.indranet-technologies.com/ windows virus from me......
