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 du command in linux?
What is vnc?
Enlist some linux networking and troubleshooting commands?
Brief about the command kill PID?
What is the difference between rmdir and rm r?
Which command will show you free/used memory?
What is free linux?
How do you kill a process in linux?
What command should you use to check your file system?
What is pwd in linux command?
what do know about commands?
How can you check the amount of lines in a file?
How find ip address linux?
What will happen when a system call is encountered in a user program?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?