Answer Posted / ajay songare
New User Add to Grop
# username -g groupname username(for Primary Group)
# useradd -G groupname username(for Secondary Group)
Old User Add To Grop
# usermod -g groupname username(for Primary Group)
# usermod -G groupname username(for Secondary Group)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between clang and llvm?
What is mkdir p?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
Where can I find bash in linux?
How do you grep?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
What does c mean in linux?
What is difference between comm and CMP command?
Which daemon is used for scheduling of the commands?
How do you create a text file in linux terminal?
How do you create a blank file in linux?
What is a simple command?
How do you clear the screen in linux?
What is kill command?
What is grep command?