Add a user to a group


/ Published in: Bash
Save to your folder(s)

Add user foo to group bar


Copy this code and paste it in your HTML
  1. usermod -a -G bar foo

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.