Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tcp disappeared?

Status
Not open for further replies.

new2unix

Programmer
Feb 5, 2001
143
US
Hi,

When I issued the netstat -a | grep tcp command, it didn't return any tcp protocol. Is there some kind of service for TCP/IP that I should start?

Thanks

Mike
 
I am not sure what you are trying to do but one thing for sure, if you want to find out for tcp with netstat try :
netstat -a | grep -i ip

It is normal that you do not see anything if you grep tcp Too bad I.T. is not cash business

Luc Foata
Unix sysadmin, Oracle DBA
 

I use netstat -a|more on sun e450, and see the tcp
but use netstat -a|grep tcp, get nothing

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top