On Tue, Jun 05, 2001 at 12:05:57PM -0500, Virginia Chism wrote:
>   When I tried this one,
> 
>  `find /var/qmail/queue/remote -type f` ?
> the returned message was:
> 
> /var/qmail/queue/remote/0/277955: Permission denied.

You need to remove the backquotes (`).  In most UNIX shells, the
backquotes work by executing the command within the backquotes, and then
substituting the output from the command into the command-line
arguments.  So, running "find" listed /var/qmail/queue/remote/0/277955
as the first file found, which the shell promptly tried to execute.  It
is of course not executable, so permission denied.
-- 
Bruce Guenter <[EMAIL PROTECTED]> http://em.ca/~bruceg/ http://untroubled.org/
OpenPGP key: 699980E8 / D0B7 C8DD 365D A395 29DA  2E2A E96F B2DC 6999 80E8

PGP signature

Reply via email to