Uzytkownik "Greg Hennessy" <me@privacy.net> napisal w wiadomosci
news:lfpouv0fpsv7s586hapcmkkcefg79nmfba@4ax.com...
> On Fri, 26 Dec 2003 00:16:07 +0100, "Bulba008" <bulba008@op.pl> wrote:
>
> >lsof -i
> >
> >I see a lot of lines, how can I filter it for port 3401?
> >
>
> http://www.isu.edu/departments/comcom/workshops/unix/
>
lsof -i | grep '3401'
nothing too