Sponsored Content
Top Forums UNIX for Dummies Questions & Answers What is the modern vanilla UNIX? Post 302770093 by alister on Thursday 14th of February 2013 12:10:53 PM
Old 02-14-2013
Quote:
Originally Posted by danijeljames
... I can't find BSD UNIX. I can find FreeBSD, OpenBSD, NetBSD FireflyBSD.
The original research group responsible for BSD development, the Computer Systems Research Group (CSRG) at the University of California, Berkeley, was shut down in the mid 1990s. The origin of all extant *BSD projects is a CSRG release named Net/2, which consists of the unencumbered portions of the 4.3BSD-Reno release and unencumbered replacements for ATT's utilities.

Regards,
Alister
 

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
pam_group(8)						    BSD System Manager's Manual 					      pam_group(8)

NAME
pam_group -- Group PAM module SYNOPSIS
[service-name] function-class control-flag pam_group [options] DESCRIPTION
The Group PAM module supports the account management function class. In terms of the function-class parameter, this is the ``account'' class. The Group account management module permits or denies users based on their membership to a particular group (or groups) specified with the group option. If no groups are specified the default group (``wheel'') will be used. The following options may be passed to this account management module: deny Reverse the meaning of the test, i.e., reject the applicant if and only if he or she is a member of the specified group. This can be useful to exclude certain groups of users from certain services. fail_safe If the specified group does not exist, or has no members, act as if it does exist and the applicant is a member. group=groupname Specify the name of the group to check. This can be a comma-separated list (i.e. ``group=admin,wheel''). root_only Skip this module entirely if the target account is not the superuser account. ruser Check the membership of the applicant (PAM_RUSER), rather than the target account (PAM_USER) SEE ALSO
pam_get_item(3), pam.conf(5), pam(8), DirectoryService(8) AUTHORS
The pam_group module and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (``CBOSS''), as part of the DARPA CHATS research program. BSD
February 7, 2009 BSD
All times are GMT -4. The time now is 04:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy