File: setsid.1

package info (click to toggle)
util-linux 2.13.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,436 kB
  • ctags: 4,442
  • sloc: ansic: 44,678; sh: 5,683; makefile: 651; perl: 86; csh: 43; sed: 16
file content (18 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.\" Rick Sladkey <jrs@world.std.com>
.\" In the public domain.
.\" Path modifications by faith@cs.unc.edu
.TH SETSID 1 "20 November 1993" "Linux 0.99" "Linux Programmer's Manual"
.SH NAME
setsid \- run a program in a new session
.SH SYNOPSIS
.BI setsid " program" " [ " "arg ..." " ]"
.SH DESCRIPTION
.B setsid
runs a program in a new session.
.SH "SEE ALSO"
.BR setsid (2)
.SH AUTHOR
Rick Sladkey <jrs@world.std.com>
.SH AVAILABILITY
The setsid command is part of the util-linux-ng package and is available from
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.