Skip to content

Projects#

  1. Review the man useradd page and see if there's a flag for adding users to the a group when you create them, allowing you to skip the usermod stage
  2. What else can you change with the usermod command?
  3. Review the format of the ALL=(ALL:ALL) ALL part of the sudoers file
  4. Is it possible to allow users to use sudo without having to provide their password?