how to add linux user to group?
Answers were Sorted based on User's Feedback
Answer / vishal
Command is useradd UserName
Option -g ( For Primary Group)
-G ( For Seconday Group)
| Is This Answer Correct ? | 25 Yes | 1 No |
Answer / anoop
useradd -g group_name user_name (for primary group)
useradd -G group_name user_name (For secondard group)
| Is This Answer Correct ? | 22 Yes | 4 No |
Answer / d.veera
gpasswd -g username groupname
or
usermod -G groupname username
| Is This Answer Correct ? | 16 Yes | 3 No |
Answer / amit kumar ghosh
There are 2 types group in linux system.
1.primary
2.secondary
to add user to primary.
# useradd -g groupname username
to add user to secondary.
#useradd -G groupname username.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ganesan
# usermod -g groupname username(for Primary Group)
# usermod -G groupname username(for Secondary Group)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sudhakar.g
In /etc/group add the linux user( The user must be existin
linux box)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ajay songare
New User Add to Grop
# username -g groupname username(for Primary Group)
# useradd -G groupname username(for Secondary Group)
Old User Add To Grop
# usermod -g groupname username(for Primary Group)
# usermod -G groupname username(for Secondary Group)
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the mv command options?
i dont know root password then this situation can we change or break root password to ant process
What is the default number of shell commands saved in the history list of .cshrc file?
Which command is used to compare the files?
What is makefile target?
What does rmdir do in linux?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
What is apple llvm?
What is s in permission linux?
How to hide the partition in GRUB booting? (This technique is required when you have more that one Windows system on different partitions of the same disk, let us say the first and second partitions of the first hard drive, to boot from the first partition you must hide the second one)
What does chmod 644 do?
how to run the boot loader in the linux.......