Answer Posted / ajay songare
linux create a Two type of Group thare are:-
1.primary group represent g
2.secondary group represent G
# useradd -g groupname username
# useradd -G groupname username
usercreate and after that Add group
# usermod -g groupname username
# usermod -G groupname username
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Which command is used to delete a group?
What is the pwd command?
Why is linux cpu usage so high?
How do I find the console in linux?
What is cd in cmd?
What is type command in linux?
How do I permanently set ulimit in linux?
How many types of commands are there in linux?
How do make computer faster?
What is the export command used for?
What do you mean by directory?
Which is the required command for checking the file system?
Find command can search for files by
What does history command do in linux?
Can I delete .bash history?