Sponsored Content
Top Forums UNIX for Dummies Questions & Answers What is the modern vanilla UNIX? Post 302769981 by danijeljames on Thursday 14th of February 2013 05:09:45 AM
Old 02-14-2013
Question What is the modern vanilla UNIX?

Before you bark "Google" or some other reference, I have tried to get my head around this for the past 8 months.

I want to know, who makes a vanilla UNIX. Not a flavour of UNIX.


.....vanilla, plain, boring, original current UNIX.



I understand that all these different companies make versions or "flavours" of UNIX, but where is the AT&T/Bell Labs version of UNIX?

I'm not trying to develop my own version or anything, but where does the modern day version come from? The last time I asked this question, I was told that BSD UNIX or SOLARIS are the only current vanilla flavours, but I can't find BSD UNIX. I can find FreeBSD, OpenBSD, NetBSD FireflyBSD.

Can anyone give me a dumb persons answer so I can just have peace of mind please.

Thank you.
 

3 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Modern Operating Systems: Tanenbaum

Chapters on Linux and Unix: http://www.prenhall.com/divisions/esm/app/author_tanenbaum/custom/mos2e/ Slides, figures, code, lots of goodies on-line! CHAPTER 10 CASE STUDY 1: UNIX AND LINUX 671 10.1. HISTORY OF UNIX 672 10.1.1. UNICS 672 ... (1 Reply)
Discussion started by: Neo
1 Replies

2. Shell Programming and Scripting

Vanilla Mode Development

what does this mean ? is it a whole different kind of unix syntax. (1 Reply)
Discussion started by: siva_jm
1 Replies

3. Solaris

Modern systems and login parameters

With Solaris newer versions where SSH is enabled by default, do we still need to configure security parameters in /etc/default/login for e.g. SLEEPTIME, CONSOLE etc? (0 Replies)
Discussion started by: kurumi
0 Replies
SOCKSTAT(1)						    BSD General Commands Manual 					       SOCKSTAT(1)

NAME
sockstat -- list open sockets SYNOPSIS
sockstat [-46clnu] [-f address_family] [-p ports] 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. -f address_family Limit listed sockets to those of the specified address_family. The following address families are recognized: inet, for AF_INET; inet6, for AF_INET6; and local or unix, for AF_LOCAL. -l Show listening sockets. -n Numeric output only. No attempt will be made to look up symbolic names for addresses and ports. -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. -u Show AF_LOCAL (UNIX) sockets. If neither -4, -6, nor -u are specified, sockstat will list sockets in all three domains. If neither -c nor -l are specified, sockstat will list both listening and connected sockets, as well as those sockets that are in neither state. 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, seqpacket or data- gram) for UNIX sockets. LOCAL ADDRESS For Internet sockets, this is the address to which the local end of the socket is bound (see getsockname(2)). For bound UNIX sockets, it is the socket's filename or ``-''. FOREIGN ADDRESS The address to which the foreign end of the socket is bound (see getpeername(2)) or ``-'' for unconnected UNIX sockets. SEE ALSO
fstat(1), netstat(1), inet(4), inet6(4), unix(4) HISTORY
The sockstat command appeared in FreeBSD 3.1. It was then rewritten for NetBSD 3.0. AUTHORS
This version of the sockstat command was written by Andrew Brown <atatat@NetBSD.org>. This manual page was written by Dag-Erling Smorgrav <des@FreeBSD.org> and was adapted to match the NetBSD implementation by Andrew Brown <atatat@NetBSD.org>. BSD
July 14, 2006 BSD
All times are GMT -4. The time now is 09:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy