commands regarding the adding of users into groups n
different options with useradd...?

Answers were Sorted based on User's Feedback



commands regarding the adding of users into groups n different options with useradd...?..

Answer / ksagarpankaj

usermod -G groupname username

Is This Answer Correct ?    11 Yes 1 No

commands regarding the adding of users into groups n different options with useradd...?..

Answer / guest

useradd -g groupname username

Is This Answer Correct ?    5 Yes 2 No

commands regarding the adding of users into groups n different options with useradd...?..

Answer / raj kumar yadav

vi /etc/group

and set the user name in the same group line where we want
to add user

Is This Answer Correct ?    1 Yes 0 No

commands regarding the adding of users into groups n different options with useradd...?..

Answer / susheel narayan singh

If user is susheel and groupe name is n
then

#useradd -G n susheel

Is This Answer Correct ?    0 Yes 0 No

commands regarding the adding of users into groups n different options with useradd...?..

Answer / raj kishor

Two ways are there:
1.To add as primary group
user:tom group:harry

useradd -g harry tom(harry will be the primary group of tom)

2.To add secondary grup

useradd -G harry tom (now tom's seconday group is hary).

3.To add to the earlier secondary group of tom

useradd -aG harry tom (This appends harry to the secondary
group)

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Linux AllOther Interview Questions

How to know what are the packages required for any service? Example: How to know what are the package required for send mail services. using any command it is passable are not?

2 Answers   OnMobile,


What are the differences between FTP , NFS , SAMBA servers explain separately.

0 Answers  


Who owns the data dictionary?

2 Answers  


How to recover a deleted file in linux ?

5 Answers  


what is meant by mysql clustering

2 Answers  






Friends, I don't have enough free space in root directory. but in home directory I have 40gb free. So I can not install anything in root directory (which occupies more space) Please suggest me If there is any possibility to increase the root directory size by minimising the home directory's.

3 Answers  


will u plz send me the complete steps of installation of red hat linux on intel's core 2 duo processor?

1 Answers  


What is the minimum number of partitions you need to install Linux?

30 Answers  


what is difference between  TFTP abd FTP?

0 Answers  


How find out drivers of installed devices in linux (RHEL)?

2 Answers  


What utility can you use to automate rotation of logs?

2 Answers  


How to build new filesystem ? and what is irig file system?

3 Answers  


Categories