Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How to give Admin rights to a group Post 302233808 by vamsi_mantena on Monday 8th of September 2008 01:29:48 PM
Old 09-08-2008
Java How to give Admin rights to a group

Hi
can some one help me in giving a group Administrative rights in Linux. So that who ever is added to that group has the rights equal to the Admin.
 

6 More Discussions You Might Find Interesting

1. AIX

script for finding all the users with GID 0 ( admin group )

Hi Friends, I am trying to write a script for finding all the users with the GID 0 i.e. Admin users. can you please help me on this. (1 Reply)
Discussion started by: anoopraok
1 Replies

2. UNIX for Dummies Questions & Answers

Changing rights without touching user and group?

Hello, I have a small problem and would be happy if someone could help me to find a solution: A machine ("server") makes backups of different computers ("clients") using rsync. Users and groups are keept, so that it's possible to copy them back to the client if required. The number of groups... (3 Replies)
Discussion started by: tracer
3 Replies

3. Solaris

New user question regarding admin rights

I'm trying to install OpenOffice on Solaris 11 but when I click on the setup icon I get an error message telling me that I need to have admin rights. I've tried logging on as SU or ROOT but cannot. I don't see how to grant myself admin rights. How is it done ? I know there are many many... (7 Replies)
Discussion started by: stansaraczewski
7 Replies

4. AIX

Printer Admin/Management Group

Hi Everyone, I wanted to know if there is a printer management or administration group in AIX 6.1 by default or if one needed to be created. I've searched online and I can't seem to find a solid answer. My goal is to allow two users the ability to add, delete, change printers without having... (2 Replies)
Discussion started by: syren33
2 Replies

5. What is on Your Mind?

Regarding Admin life either as DBA or UNIX Linux admin

I am planning to choose my career as Unix/Linux Admin or a DBA. But I have come to know from forums and few admins like the job will be 24/7. I have few questions on that. Can we get "DAY" shifts in any one of the admin Job ? Can't we have shift timings in any company ? Eventhough the... (7 Replies)
Discussion started by: Jacktts
7 Replies

6. Linux

Frugal installation on WIN 7 no admin rights

Laptop from my work has WIN 7 Enterprise, but I have no admin rights on it and under no circumstances I would change partitions. However it does boot from USB. As I want to use Linux on a regular basis while at home, and I need it to be fast and reliable (also on Win 7 side - so Windows won't... (5 Replies)
Discussion started by: keindeo
5 Replies
GROUP(5)						     Linux Programmer's Manual							  GROUP(5)

NAME
group - user group file DESCRIPTION
/etc/group is a text file which defines the groups on the system. There is one entry per line, with the following format: group_name:password:GID:user_list The field descriptions are: group_name the name of the group. password the (encrypted) group password. If this field is empty, no password is needed. GID the numerical group ID. user_list a list of the usernames that are members of this group, separated by commas. FILES
/etc/group BUGS
As the 4.2BSD initgroups(3) man page says: No-one seems to keep /etc/group up-to-date. SEE ALSO
login(1), newgrp(1), getgrent(3), getgrnam(3), passwd(5) COLOPHON
This page is part of release 3.25 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. Linux 2009-10-17 GROUP(5)
All times are GMT -4. The time now is 05:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy