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
How to hide the partition in grub booting?
What is the role of case sensitivity in affecting the way commands are used?
How many types of commands are there in linux?
tell me something about linux commands.
Explain about the command lynx?
How can we increase disk read performance in single command in Linux operating system?
What is build process?
How do I search bash history?
Explain the linux ‘cd’ command options along with the description?
What is tty in linux process?
What is a make target?
What is command grouping and how does it work?
What is bash linux?
Why makefile is used in linux?
What is $@ in makefile?