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


You need to login to view comments.