[lug] How do you start telnet and ftp services?
Hugh Brown
hugh at math.byu.edu
Tue Sep 19 07:57:00 MDT 2000
I missed the first part of this thread, but on linux why not use `locate
ftpd` or just look to see what inetd is starting by looking in
/etc/inetd.conf
I'd be interested in knowing the difference between the find method and
the find/grep method. With a pipe, does the find finish before sending
output to grep or does it output to the pipe the whole time?
Hugh
Nate Duehr wrote:
>
> On Thu, Sep 14, 2000 at 03:00:09PM -0600, Atkinson, Chip wrote:
> > find / -name "*ftpd*" -print
>
> I've been wondering this, and maybe a guru can over-analyze it for me...
>
> Other than the extra process being spawned, is there much difference
> between the above and say using:
>
> find / | grep ftp
>
> :)
>
> I know it's an evil thing to do to a really busy box, but grep's more
> forgiving than messing with -name sometimes...
>
> --
> Nate Duehr <nate at natetech.com>
>
> GPG Key fingerprint = DCAF 2B9D CC9B 96FA 7A6D AAF4 2D61 77C5 7ECE C1D2
> Public Key available upon request, or at wwwkeys.pgp.net and others.
>
> ------------------------------------------------------------------------
> Part 1.2Type: application/pgp-signature
More information about the LUG
mailing list