Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.
/ setpgrp Public archive

[Feature complete] Commands providing access to the setpgrp and getpgrp system calls

License

Notifications You must be signed in to change notification settings

maandree/setpgrp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)