Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

maandree/setpgrp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo has been moved to Codeberg and may be out of date on GitHub.
Canonical repo: https://codeberg.org/maandree/setpgrp


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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published