table of contents
- testing 2.40.4-3
- unstable 2.40.4-4
- experimental 2.41~rc1-1
SETSID(1) | Commandes de lutilisateur | SETSID(1) |
NOM¶
setsid - Lancer un programme dans une nouvelle session
SYNOPSIS¶
setsid [options] program [arguments]
DESCRIPTION¶
setsid runs a program in a new session. The command calls fork(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 --fork option.
OPTIONS¶
-c, --ctty
-f, --fork
-w, --wait
-V, --version
-h, --help
AUTEURS¶
Rick Sladkey <jrs@world.std.com>
VOIR AUSSI¶
setsid(2)
SIGNALER DES BOGUES¶
For bug reports, use the issue tracker <https://github.com/util-linux/util-linux/issues>.
DISPONIBILITɶ
La commande setsid fait partie du paquet util-linux, elle est disponible sur l’archive du noyau Linux <https://www.kernel.org/pub/linux/utils/util-linux/>.
2025-02-19 | util-linux 2.41-rc1 |