Upload Tizen:Base source
[framework/base/util-linux-ng.git] / sys-utils / setsid.1
1 .\" Rick Sladkey <jrs@world.std.com>
2 .\" In the public domain.
3 .\" Path modifications by faith@cs.unc.edu
4 .TH SETSID 1 "20 November 1993" "Linux 0.99" "Linux Programmer's Manual"
5 .SH NAME
6 setsid \- run a program in a new session
7 .SH SYNOPSIS
8 .B setsid
9 .I program
10 .RI [ arg ...]
11 .SH DESCRIPTION
12 .B setsid
13 runs a program in a new session.
14 .SH "SEE ALSO"
15 .BR setsid (2)
16 .SH AUTHOR
17 Rick Sladkey <jrs@world.std.com>
18 .SH AVAILABILITY
19 The setsid command is part of the util-linux-ng package and is available from
20 ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.