Answer Posted / shanu
gpasswd
Usage: gpasswd [-r|-R] group
gpasswd [-a user] group
gpasswd [-d user] group
gpasswd [-A user,...] [-M user,...] group
#gpasswd -a user1 dba
Adding user user1 to group dba
#gpasswd -M user2,user3 dba //multiple users
or
#usermod -g primary_grp username
#usermod -g dba user1
#usermod -G sec_grp username
#usermod -G oper,oinstall oracle
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are system commands?
Main configuration file and command used for NFS enabling exported directories and deamons?
What language is clang written in?
Where can I find bash in linux?
What does pwd mean in linux?
What does uname command do?
What does umask 077 mean?
How do you run a command for a limited time?
Which command is used to find what is in your home directory?
What is whois command?
How do I check storage on linux?
How do I run a command in linux?
How do I list all processes in linux?
What are two functions the move mv command can carry out?
How do you open a command prompt when issuing a command?