'\" t .\" Title: setsid .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.23 .\" Date: 2025-03-29 .\" Manual: 사용자 명령 .\" Source: util-linux 2.41 .\" Language: English .\" .TH "SETSID" "1" "2025-03-29" "util\-linux 2.41" "사용자 명령" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "이름" setsid \- 새 세션에서 프로그램을 실행합니다 .SH "개요" .sp \fBsetsid\fP [옵션] \fI프로그램\fP [\fI인자\fP] .SH "설명" .sp \fBsetsid\fP runs a program in a new session. The command calls \fBfork\fP(2) if already a process group leader. Otherwise, it executes a program in the current process. This default behavior is possible to override by the \fB\-\-fork\fP option. .SH "옵션" .sp \fB\-c\fP, \fB\-\-ctty\fP .RS 4 Set the controlling terminal to the current one. .RE .sp \fB\-f\fP, \fB\-\-fork\fP .RS 4 항상 새 프로세스를 만듭니다. .RE .sp \fB\-w\fP, \fB\-\-wait\fP .RS 4 Wait for the execution of the program to end, and return the exit status of this program as the exit status of \fBsetsid\fP. .RE .sp \fB\-V\fP, \fB\-\-version\fP .RS 4 버전 정보를 나타내고 빠져나갑니다. .RE .sp \fB\-h\fP, \fB\-\-help\fP .RS 4 도움말 내용을 나타낸 후 나갑니다. .RE .SH "저작자" .sp .MTO "jrs\(atworld.std.com" "Rick Sladkey" "" .SH "추가 참조" .sp \fBsetsid\fP(2) .SH "버그 보고" .sp For bug reports, use the \c .URL "https://github.com/util\-linux/util\-linux/issues" "issue tracker" "." .SH "가용성" .sp \fBsetsid\fP 명령은 \c .URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "에서" 다운로드할 수 있는 util\-linux 패키지의 일부입니다.