473,321 Members | 1,708 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,321 software developers and data experts.

How do I add an additional gid for a perticular user

1
Hi I'm newbie here. I'd like to know what the admin tool used in Linux to add an additional gid for a perticular user. thanks in advance
Mar 23 '07 #1
1 1309
michaelb
534 Expert 512MB
I think you can use the useradd (or usermod) command:

Expand|Select|Wrap|Line Numbers
  1. //  add a new user to primary group
  2. > useradd -g testers tim
  3.  
  4. // add user to other supplementary groups
  5. > useradd -G admins,managers  tim
  6.  
See the man pages for useradd and usermod for more information
Mar 23 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: smcdonald | last post by:
I have a report that opens up using a pretty complex query. I then pop up a form with combo boxes so the user can apply a filter to the existing report and then refresh the report. I need to export...
4
kamill
by: kamill | last post by:
i want to make a website that contains admin section and i needed that at a perticular time only one user can enter threw the admin section.. How can i achive this ( threw php)?
2
by: abhiab54 | last post by:
I need to access serially all files in perticular folder eg. C:\xls files In 'Xls files' folder in 'C' drive there are no of XLS files i need to open them all one by one & update them. Is there any...
1
by: gakhanna | last post by:
Hi all, I want to check the size of a perticular table for eg , S_SYND_DATA in db2 database. Please let me know how can I do that. Regards Gaurav
1
by: deepmalahallale | last post by:
i m developing a tool , in which i want to search date of birth from word (.doc) file and store it in access database . can any one help me for this plz code for searching a perticular word from ms...
1
by: narayast | last post by:
Hi I wann find out the size of the AUD_LOG table in the ADW schema...how can i find the size of that table in that perticular schema.. thanks Satish
1
by: mazdotnet | last post by:
Hi guys, I've just started using ASP.NET's membership feature and it all seems pretty good. However, I need to have additional fields such as Address, Postal Code, Country, State, City...etc......
5
by: mahesh123 | last post by:
Hi Folks, I am to retrive the all URL's ie web sites from the system at a perticular time? Its Very Urgent for me. Regards ------------ Mahesh
0
by: anutosh101 | last post by:
hello experts, i want to disable some perticular items when the form moves into enter query mode, in the trigger KEY-ENTQRY i have written this statement set_item_property('EMPNO',...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.