getgrp
static gid_t getgrp(const char *name);
args.gid = getgrp("tty");
args.gid = getgrp(getmntoptstr(mp, "group"));
args.gid = getgrp(optarg);