Sponsored Content
Full Discussion: system, wheel and everyone
Top Forums UNIX for Dummies Questions & Answers system, wheel and everyone Post 302618985 by methyl on Wednesday 4th of April 2012 04:47:38 PM
Old 04-04-2012
"wheel" is the name of a unix group. It's just a name and has no special meaning beyond that.

See:
Code:
grep "wheel" /etc/group

# and
man group

 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

wheel Mouse

Hi Everyone, Just a short question. I have SuSe linux 7.1 and need configure my logitech wheel mouse. My left and right mouse button works but not the wheel. Does anyone have any Ideas??? Thanks Peter (1 Reply)
Discussion started by: Peterh
1 Replies

2. UNIX for Dummies Questions & Answers

Mouse wheel...

Hello. I've got round to installing RedHat 7.1, and i have this slight problem. I'm not able to use my mouse wheel. Is this just not possible in RedHat or is there a way to configure my mouse so i can use my mouse wheel. Thank you. (1 Reply)
Discussion started by: Mr-Pixie
1 Replies

3. UNIX Desktop Questions & Answers

timer wheel algorithm

hii can anyone provide timerwheel algorithm?? (1 Reply)
Discussion started by: mohit3884
1 Replies

4. SCO

file system not getting mounted in read write mode after system power failure

After System power get failed File system is not getting mounted in read- write mode (1 Reply)
Discussion started by: gtkpmbpl
1 Replies

5. UNIX for Dummies Questions & Answers

How to get the mouse wheel to work without root privilege

Hi, I use a nomachine terminal to access KDE desktop(redhat linux enterprise) on a server. Is there any way to get the mouse wheel to work without root privilege ? I have a usb mouse connected to a nomachine terminal,most likely the mouse wheel problem is not the problem of nomachine, but... (1 Reply)
Discussion started by: grossgermany
1 Replies

6. UNIX for Advanced & Expert Users

how to make a full system backup excluding data and restoring it to a new system

Hi, In order to have a sand box machine that I could use to test some system changes before going to production state, I'd like to duplicate a working system to a virtual one. Ideally, I'd like to manage to do it this way : - Make a full system backup excluding the user file system (this... (7 Replies)
Discussion started by: pagaille
7 Replies

7. UNIX for Dummies Questions & Answers

Sun Ray Mouse Scroll Wheel

Have a user on a Solaris 10 sunray CDE environment her mouse wheel will not scroll up or down in windows it will paste but not scroll. Other users logged into sunray have no issues with mouse wheel. Any ideas on what the fix could be? Thanks:) ---------- Post updated at 08:19 PM ----------... (0 Replies)
Discussion started by: nite2viper
0 Replies

8. AIX

Cloning a system via mksysb backup from one system and restore to new system

Hello All, I am trying to clone an entire AIX virtual machine to a new virtual machine including all partitions and OS.Can anyone help me on the procedure to follow? I am not really sure on how it can be done.Thanks in advance. Please use CODE tags for sample input, sample output, and for code... (4 Replies)
Discussion started by: gull05
4 Replies
PAM_GROUP(8)						    BSD System Manager's Manual 					      PAM_GROUP(8)

NAME
pam_group -- Group PAM module SYNOPSIS
[service-name] module-type control-flag pam_group [arguments] DESCRIPTION
The group service module for PAM accepts or rejects users based on their membership in a particular file group. pam_group provides function- ality for two PAM categories: authentication and account management. In terms of the module-type parameter, they are the ``auth'' and ``account'' features. The following options may be passed to the pam_group 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. The default is ``wheel''. luser Accept or reject based on the target user's group membership. root_only Skip this module entirely if the target account is not the superuser account. ruser Accept or reject based on the supplicant's group membership. This is the default. Note that the luser and ruser options are mutually exclusive, and that pam_group will fail if both are specified. SEE ALSO
pam.conf(5), pam(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
July 19, 2014 BSD
All times are GMT -4. The time now is 06:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy