To add an existing user to an existing group in the ESX Service Console, use the following command and syntax:
usermod -a -G [group_name] [user_name]
ie. usermod -a -G wheel joe -- adds user joe to the wheel group.
More vQuotes
usermod -a -G [group_name] [user_name]
ie. usermod -a -G wheel joe -- adds user joe to the wheel group.
More vQuotes
No comments:
Post a Comment