Re: netcat
Nathanael Noblet <[email protected]>
| Newsgroups | gmane.linux.tao.general |
|---|---|
| Message-ID | <[email protected]> |
On Oct 14, 2004, at 11:45 AM, Adriano Frare wrote: > Dear Pasi, > > I need of file executable netcat for running a other program. In the > package nc has not netcat file. >> % rpm -qi nc >> >> Description : >> The nc package contains Netcat (the program is actually nc), From the description of nc, the above says that netcat is called nc. So if you want to run netcat type nc from the command line. If this is netcat, and you need it to be called netcat instead of nc. Then do this which nc to find where nc is then cd /path/to/nc ln -s nc netcat done. -- Nathanael D. Noblet Gnat Solutions 412 - 135 Gorge Road E Victoria, BC V9A 1L1 T/F 250.385.4613 http://www.gnat.ca/