commands regarding the adding of users into groups n
different options with useradd...?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
My root password has been changed, how can i enter into the system without root password?
How do i check which nfs version I am using ????????
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?
What is the difference between Telnet and SSH?
Who owns the data dictionary?
What are main anti-spam features available in sendmail?
This question is belong to linux support. "one of my customer told to me, my application is getting slow response". how to resolve the issue. what are the steps you will follow to resolve the issue.
what is the use of runlevel 4 in redhat linux? in which cases it will use.
What are the questions we are expecting for 2yrs. experience guy for linux company interview questions?
What are the differences between FTP , NFS , SAMBA servers explain separately.
what are acl permissions..? what is automation of jobs..?
How find out drivers of installed devices in linux (RHEL)?