Answer Posted / 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 |
Post New Answer View All Answers
What does chmod do in linux?
How do I run multiple commands in linux?
Which command would you use to create a file system on a new hard drive?
What is $@ in shell?
What is c++ makefile?
What are the 7 types of sentences?
What does uname command do?
Is makefile a shell script?
Write about an internal command.
Explain about document formatting?
What are the 4 kinds of sentences with examples?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?
How many interfaces(ethernet cards) are working using single command?
What is netstat command in linux?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?