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 mkdir m in linux?
How to know linux os is 32 bit or 64 bit?
Write a command that will display all .txt files, including its individual permission.
What does cd do in linux?
What does umask 022 mean?
How do you insert comments in the command line prompt?
How do you clear the screen in linux?
What is mkdir p linux?
What is umask in linux?
What does history command do in linux?
What is the programming language for linux?
What is filter command in unix?
What is finger command in linux?
What is mkdir p?
Which command will show you free/used memory?