[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
-----------------------------------------------------------

You forgot to tell it where to look, I assume that your current
directory "." is not in your PATH env variable, so you will need to use 

./portsentry

Also if -udp/-tcp is even an option I would advise you to use one of the
more advanced options available from the list in the docs.

ChrisB.