NOBODY
pwd = getpwnam(NOBODY);
errx(-1, "getpwnam: user \"%s\" not found", NOBODY);
errx(-1, "getpwnam: user \"%s\" has uid 0", NOBODY);