Name:

class section:

  1. (12 points) On your workstation, create the users below. Be sure to satisfy all requirements listed in the table:
    usernameGECOS namepasswordshell
    danglelieutenantjim/bin/bash
    juniordeputy travis /bin/sh
    wiegel deputy trudy /bin/sh
    kimballdeputy cheresa /bin/sh
  2. (6 points) Create groups and assign their members according to the following table:
    group name members
    reno dangle, wiegel, junior, kimball
    miami dangle, wiegel, junior, kimball
    commanding dangle
    competent kimball
    SWAT dangle, junior
  3. (4 points) For all the users you created above, ensure that only they have permission to view or modify the following files: .bash_profile .bashrc
  4. (3 points) Create the directory /home/reno, setgid active and owned by group reno. Do the same for the directory /home/miami.
  5. Extra Credit: (3 points) show the single command that will remove all 'other' permissions from all files and directories under /home