[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] [RaQ3] Portsentry - Can someone see where I'm going wrong :<



> > cd /usr/local/psionic/portsentry
> > portsentry -udp
> sh: portsentry: command not found
> > portsentry -tcp
> sh: portsentry: command not found
> -----------------------------------------------------------
> In the portsentry folder there are 3 files...
> portsentry
> portsentry.conf
> portsentry.ignore
>
> so the files are there, but it just won't run - aaahhhh :>

Try ./portsentry -tcp
You need the "./" when running things in the current directory, because
unlike in windows, linux does not look in the current directory to run
programs, only in the paths.

It's always the little things :)

Kevin