Yup, my bad typo.

        -Derek


At 01:56 PM 2/26/2007, Giorgos Keramidas wrote:
On 2007-02-26 13:06, Derek Ragona <[EMAIL PROTECTED]> wrote:
> The errors you are getting is indicative that sshd is already running.
> Try doing:
>
> ps -ax|grep named

You mean "grep sshd" right? :)

A slightly more complex command, which gives nicer output is:

    $ ps xau -p $(echo $(pgrep 'ssh') | sed -e 's/ /,/g')

Replace 'ssh' with any other string, and enjoy :)


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to