Rename an User Group
Tagged with: command, group, Linux, rename, user
Rename a group
groupmod -n new_group_name old_group_name
Rename a group
groupmod -n new_group_name old_group_name
This entry was posted on Tuesday, July 15th, 2008 at 11:13 pm and is filed under Command Line, Linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
I am Binny V A, a freelance Web Developer on the LAMP Platform. Open Source Geek.
July 23rd, 2010 03:49
Hi Binny,
your command is wrong, the option “-n” must be written *after* the current name of the group we want to rename.