'\" t .\" Title: setsid .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.20 .\" Date: 2024-05-14 .\" Manual: Dienstprogramme für Benutzer .\" Source: util-linux 2.40.1 .\" Language: English .\" .TH "SETSID" "1" "2024-05-14" "util\-linux 2.40.1" "Dienstprogramme für Benutzer" .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 "BEZEICHNUNG" setsid \- ein Programm in einer neuen Sitzung ausführen .SH "ÜBERSICHT" .sp \fBsetsid\fP [options] \fIprogram\fP [\fIarguments\fP] .SH "BESCHREIBUNG" .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 "OPTIONEN" .sp \fB\-c\fP, \fB\-\-ctty\fP .RS 4 setzt das steuernde Terminal auf das aktuelle. .RE .sp \fB\-f\fP, \fB\-\-fork\fP .RS 4 Immer einen neuen Prozess erstellen. .RE .sp \fB\-w\fP, \fB\-\-wait\fP .RS 4 wartet vor der Ausführung auf das Ende des Programms und gibt den Exit\-Status dieses Programms als Exit\-Status von \fBsetsid\fP zurück. .RE .sp \fB\-V\fP, \fB\-\-version\fP .RS 4 zeigt Versionsinformationen an und beendet das Programm. .RE .sp \fB\-h\fP, \fB\-\-help\fP .RS 4 zeigt einen Hilfetext an und beendet das Programm. .RE .SH "AUTOREN" .sp .MTO "jrs\(atworld.std.com" "Rick Sladkey" "" .SH "SIEHE AUCH" .sp \fBsetsid\fP(2) .SH "FEHLER MELDEN" .sp Nutzen Sie zum Melden von Fehlern das Fehlererfassungssystem auf \c .URL "https://github.com/util\-linux/util\-linux/issues" "" "." .SH "VERFÜGBARKEIT" .sp Der Befehl \fBsetsid\fP ist Teil des Pakets util\-linux, welches aus dem \c .URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux\-Kernel\-Archiv" "" heruntergeladen werden kann.