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 do I check my cpu cores?
What is cd in cmd?
What is iptables command in linux?
What are grep commands?
What is clang space engineers?
You are required to restore the file memo.ben. It was backed up in the tar file MyBackup.tar. Which command would you use to do it?
What is the use of ls command?
What is nslookup command?
How is grep so fast?
Who command in linux?
How do you create a text file in linux?
What signal is ctrl c?
What is the makefile in c?
Which command puts a script to sleep untill a signal is recieved?
What is $@ in bash?