linux man page for setsid

Query: setsid

OS: linux

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SETSID(1)						     Linux Programmer's Manual							 SETSID(1)

NAME
setsid - run a program in a new session
SYNOPSIS
setsid program [arg...]
DESCRIPTION
setsid runs a program in a new session.
SEE ALSO
setsid(2)
AUTHOR
Rick Sladkey <jrs@world.std.com>
AVAILABILITY
The setsid command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. Linux 0.99 20 November 1993 SETSID(1)
Related Man Pages
setsid(2) - mojave
setsid(2) - redhat
setsid(3p) - centos
setsid(3) - linux
setsid(2) - freebsd
Similar Topics in the Unix Linux Community
Why process leader can not call setsid()
Work with setsid to open a session and close it correctly