You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Signed-off-by: Mattias Andrée <maandree@kth.se> |
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README | 2 years ago | |
arg.h | 2 years ago | |
config.mk | 2 years ago | |
getpgrp.1 | 2 years ago | |
getpgrp.c | 2 years ago | |
setpgrp.1 | 2 years ago | |
setpgrp.c | 2 years ago |
README
NAME setpgrp - run a process in a new process group getpgrp - get the current process group SYNOPSIS setpgrp [-e variable] [-pv] command [argument] ... getpgrp DESCRIPTION The setpgrp utility runs a command in a new process group, and optionally exports that process group identifier to a user-specified environment variable and optionally prints that process group identifier to the standard output. The getpgrp utility prints the identifier of the current process group to the standard output. SEE ALSO setpgid(2), getpgrp(2)