[TriLUG] Learning Linux -- and Netstat

James Jones jc.jones at tuftux.com
Wed Sep 11 14:48:22 EDT 2013


John

I need to do a lot of reading on sockets especially with what appears
to be around 400.

Thanks for the info.

jcj

On Wed, Sep 11, 2013 at 10:35 AM, John Vaughters <jvaughters04 at yahoo.com> wrote:
> JC,
>
> What you are seeing is Unix sockets that are being used by your system to communicate internally. If you want to see TCP/UDP sockets, use
>
> netstat -tup
>
> netstat -tupl  (for listening only sockets)
>
> netstat -tupln (for listening only sockets without name resolution and my personal favorite for troubleshooting tcp services)
>
> If you want to understand the unix sockets, it is a pretty good read and you can find the info on the internet in great quantities.
>
> John Vaughters
>
>
> ________________________________
>  From: James Jones <jc.jones at tuftux.com>
> To: Triangle Linux Users Group General Discussion <trilug at trilug.org>
> Sent: Wednesday, September 11, 2013 10:14 AM
> Subject: [TriLUG] Learning Linux -- and Netstat
>
>
> All,
>
> I try to learn something new about computers & Linux each day. Today I
> am attempting to understand the information I receive when I do a
> simple netstat . O/S is Ubuntu 12.04
>
> I get about 400 lines that are all similar to this:
>
> unix  3      [ ]         STREAM     CONNECTED     56236    @/tmp/dbus-4VS955FsEG
>
> Where can I go to find out what this means and why I have about 400
> lines of this?
>
> --
> Jc Jones
> Blogs -
> http://www.wendellgeek.com/weblog/
> http://www.wendellgeek.com/kixtech/
> --
> This message was sent to: John Vaughters <jvaughters04 at yahoo.com>
> To unsubscribe, send a blank message to trilug-leave at trilug.org from that address.
> TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug
> Unsubscribe or edit options on the web    : http://www.trilug.org/mailman/options/trilug/jvaughters04%40yahoo.com
> Welcome to TriLUG: http://trilug.org/welcome
> --
> This message was sent to: jc jones <jc.jones at tuftux.com>
> To unsubscribe, send a blank message to trilug-leave at trilug.org from that address.
> TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug
> Unsubscribe or edit options on the web  : http://www.trilug.org/mailman/options/trilug/jc.jones%40tuftux.com
> Welcome to TriLUG: http://trilug.org/welcome



-- 
Jc Jones
Blogs -
http://www.wendellgeek.com/weblog/
http://www.wendellgeek.com/kixtech/


More information about the TriLUG mailing list