From: "John the Kiwi" <[EMAIL PROTECTED]>

> So now I know the source for netcat is somewhere on my system. Think I can
find
> it? No way.

/usr/src/redhat/

it's for building RPMs from the source so you'll have files in

/usr/src/redhat/SOURCES/
/usr/src/redhat/SPECS

that are used for building a new RPM from the source
but are you doing it because you need to modifiy it?
if not just install the normal RPM..

> [root@lemsip netcat]# nc
> bash: nc: command not found
> [root@lemsip netcat]# bash nc
> nc: nc: cannot execute binary file

it's looking for the command in your path..
if you use "./nc" it should work, since it executes it from the directory
you are in..

regards,

juaid



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to