RE: [EMAIL PROTECTED] error with Find comand - OT

2007-01-21 Thread Boyle Owen
> -Original Message- > From: Kalasa, Anil [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 21, 2007 5:53 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] error with Find comand > > Hi, > > Hi have an Linux SUSE 10.x installed in my system

Re: [EMAIL PROTECTED] error with Find comand

2007-01-21 Thread Gregor Schneider
Anil, sorry, don't know about your config and I'm running Debian here, besides we're offtopic. Maybe you want to report your problem to the Suse mailinglist. Just send a blank mail to [EMAIL PROTECTED] with the topic "subscribe", I'm sure you'll find some competent help there. Cheers Greg --

RE: [EMAIL PROTECTED] error with Find comand

2007-01-21 Thread Kalasa, Anil
directory find: /mysql-logs: No such file or directory :~ # -Original Message- From: Gregor Schneider [mailto:[EMAIL PROTECTED] Sent: 21 January 2007 17:26 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] error with Find comand although offtopic: how about find / -type f -name

Re: [EMAIL PROTECTED] error with Find comand

2007-01-21 Thread Gregor Schneider
although offtopic: how about find / -type f -name "test\.sh" -print I assume you try this as root? Greg -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 -

Re: [EMAIL PROTECTED] error with Find comand

2007-01-21 Thread Darren Spruell
On 1/21/07, Kalasa, Anil <[EMAIL PROTECTED]> wrote: Hi, Hi have an Linux SUSE 10.x installed in my system on AMD 64, I am facing problem with find command, When I enter find / -name test.sh -print or only find from root command it throws an error as # find / -name tes

[EMAIL PROTECTED] error with Find comand

2007-01-21 Thread Kalasa, Anil
Hi, Hi have an Linux SUSE 10.x installed in my system on AMD 64, I am facing problem with find command, When I enter find / -name test.sh -print or only find from root command it throws an error as # find / -name test.sh -print find: /etc: No such file or directory fi