.\" Rick Sladkey .\" In the public domain. .\" Path modifications by faith@cs.unc.edu .TH SETSID 1 "July 2014" "util-linux" "User Commands" .SH NAME setsid \- run a program in a new session .SH SYNOPSIS .B setsid .I program .RI [ argument ...] .SH DESCRIPTION .B setsid runs a program in a new session. .SH OPTIONS .TP .BR \-c , " \-\-ctty" Set the controlling terminal to the current one. .TP .BR \-w , " \-\-wait" Wait for the execution of the program to end, and return the exit value of this program as the return value of .BR setsid . .SH "SEE ALSO" .BR setsid (2) .SH AUTHOR Rick Sladkey .SH AVAILABILITY The setsid command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.