This doesn't exist!

  groupadd -g 199 test
  useradd -u 199 -g 199 -d /tmp \
    -s /bin/sh test
