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 is the gcc command?
What is c++ makefile?
What is ulimit command?
What is ls command and what it does?
What is the export command used for?
What is echo command in batch file?
How you will create new folder / directories and how to remove file and folder in linux?
How do I check disk space in linux?
Explain about communication features in UNIX?
What is the command to calculate the size of a folder?
What is the makefile in c?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
What is a make target?
How compile c++ program in cmd?
How do I check dns entry?