Sponsored Content
Full Discussion: The forum
The Lounge What is on Your Mind? The forum Post 52868 by Neo on Monday 28th of June 2004 05:40:37 PM
Old 06-28-2004
UNIX.COM is a commercial-free gift to the world IT community...

About the Unix Forum:

UNIX.COM began in 1992 as the UNiversal Internet eXchange for the purpose of creating a Universal Internet eXchange (UNIX) that was not dominated by commercial Internet service providers (ISPs). We were concerned that the Internet might become dominated by commercial carriers and we hoped to influence the designers of the Internet (the IETF) to abandon their ideas to change the Internet to a provider-based IP address allocation scheme.

To make a long story short, commercial interests dominated the debate (and the IETF) and the IAB and the IETF adopted an IP address allocation scheme that favored ISPs. Our hopes of changing this direction was diminished over time as the Internet become more and more commercialized. Yet, the dream is alive!

Today, UNIX.COM, as it did in 1992, provides users from every corner of our universe an opportunity to enjoy a commercial-free exchange of technical ideas and the freedom to discuss important topics related to their network-centric, multi-tasking computing careers, including the myriad variations and flavors of Linux and Unix environments. UNIX.COM is a commercial-free gift to the world IT community, where users across the planet come together to help each other in a professional, commercial free exchange of technical ideas - a Universal Internet Exchange of ideas!

Enjoy and Contribute!

Neo
 

5 More Discussions You Might Find Interesting

1. What is on Your Mind?

New Forum

well after a long time, this valuable resource that is UNIX.COM has an off topic forum. personally i think it is a step in the right direction. with a forum like this people can talk about anything they want and not worry about sticking to technical stuff. this keep the integrity of the board high,... (2 Replies)
Discussion started by: norsk hedensk
2 Replies

2. UNIX for Dummies Questions & Answers

Hi, New to this Forum

I'd like to download some items to get me started with Linix/Unix based system software in order to learn Sun servers and also to send email via unix in a Windows OS/cmd Thanks for your reply to removed (2 Replies)
Discussion started by: 45andlearning
2 Replies

3. What is on Your Mind?

This forum is best

For any unix/linux user/newbie.. this site is best.. it has evry thing for every one !! even if u login daily to this forum.... obesrb the posts and solutions .. u will learn better :) thankss to every one ! (2 Replies)
Discussion started by: yashwantkumar
2 Replies

4. What is on Your Mind?

Forum Update: Disabled Home Page Forum Statistics for Guests (Not Registered)

Just a quick update; to speed up the forums, I have disabled the forum statistics on the home page for non registered users. No changes for registered users. (0 Replies)
Discussion started by: Neo
0 Replies

5. What is on Your Mind?

Mobile: Advanced Forum Statistics to Forum Home Page

For mobile users, I have just added a "first beta" Advanced Forum Statistics to the home page on mobile using CSS overflow:auto; so you can swipe if you need to see more. Google Search Console mobile usability says this page is "mobile friendly" so perhaps this will be useful for some of our... (12 Replies)
Discussion started by: Neo
12 Replies
SOCKSTAT(1)						    BSD General Commands Manual 					       SOCKSTAT(1)

NAME
sockstat -- list open sockets SYNOPSIS
sockstat [-46cLlu] [-j jid] [-p ports] [-P protocols] DESCRIPTION
The sockstat command lists open Internet or UNIX domain sockets. The following options are available: -4 Show AF_INET (IPv4) sockets. -6 Show AF_INET6 (IPv6) sockets. -c Show connected sockets. -j jid Show only sockets belonging to the specified jail ID. -L Only show Internet sockets if the local or foreign addresses are not in the loopback network prefix 127.0.0.0/8, or do not con- tain the IPv6 loopback address ::1. -l Show listening sockets. -p ports Only show Internet sockets if either the local or foreign port number is on the specified list. The ports argument is a comma- separated list of port numbers and ranges specified as first and last port separated by a dash. -P protocols Only show sockets of the specified protocols. The protocols argument is a comma-separated list of protocol names, as they are defined in protocols(5). -u Show AF_LOCAL (UNIX) sockets. If neither -4, -6 or -u is specified, sockstat will list sockets in all three domains. If neither -c or -l is specified, sockstat will list both listening and connected sockets. The information listed for each socket is: USER The user who owns the socket. COMMAND The command which holds the socket. PID The process ID of the command which holds the socket. FD The file descriptor number of the socket. PROTO The transport protocol associated with the socket for Internet sockets, or the type of socket (stream or datagram) for UNIX sockets. LOCAL ADDRESS For Internet sockets, this is the address the local end of the socket is bound to (see getsockname(2)). For bound UNIX sockets, it is the socket's filename. For other UNIX sockets, it is a right arrow followed by the endpoint's filename, or ``??'' if the endpoint could not be determined. FOREIGN ADDRESS (Internet sockets only) The address the foreign end of the socket is bound to (see getpeername(2)). If a socket is associated with more than one file descriptor, it is shown multiple times. If a socket is not associated with any file descriptor, the first four columns have no meaning. SEE ALSO
fstat(1), netstat(1), procstat(1), inet(4), inet6(4), protocols(5) HISTORY
The sockstat command appeared in FreeBSD 3.1. AUTHORS
The sockstat command and this manual page were written by Dag-Erling Smorgrav <des@FreeBSD.org>. BSD
May 16, 2012 BSD
All times are GMT -4. The time now is 05:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy