[Feature complete] Commands providing access to the setpgrp and getpgrp system calls
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.
 
 
 
Mattias Andrée 1bae478168 Improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
2 years ago
.gitignore Change license, add man pages, misc 2 years ago
LICENSE Change license, add man pages, misc 2 years ago
Makefile Fix makefile 2 years ago
README Change license, add man pages, misc 2 years ago
arg.h Change license, add man pages, misc 2 years ago
config.mk Improve makefile 2 years ago
getpgrp.1 Change license, add man pages, misc 2 years ago
getpgrp.c Change license, add man pages, misc 2 years ago
setpgrp.1 Change license, add man pages, misc 2 years ago
setpgrp.c Change license, add man pages, misc 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)