Skip to content

Manage users

Sebastien Lucas edited this page Aug 23, 2012 · 1 revision

Links

Commands

  • Create a user rue89 and add it to the group sudo
useradd -G sudo rue89
  • Add an existing user (graymond) to an existing group (payroll)
sudo usermod -a -G payroll graymond

WIKI by Sébastien Lucas CEO & Funder or Bricks

Clone this wiki locally