table of contents
- testing 2.40.4-3
- unstable 2.40.4-4
- experimental 2.41~rc1-1
SETSID(1) | Comenzi utilizator | SETSID(1) |
NUME¶
setsid - rulează un program într-o sesiune nouă
REZUMAT¶
setsid [opțiuni] program [argumente]
DESCRIERE¶
setsid execută un program într-o sesiune nouă. Comanda apelează fork(2) dacă este deja lider de grup de procese. În caz contrar, ea execută un program în procesul curent. Acest comportament implicit poate fi anulat prin opțiunea --fork.
OPȚIUNI¶
-c, --ctty
-f, --fork
-w, --wait
-V, --version
-h, --help
AUTORI¶
Rick Sladkey <jrs@world.std.com>
CONSULTAȚI ȘI¶
setsid(2)
RAPORTAREA ERORILOR¶
For bug reports, use the issue tracker <https://github.com/util-linux/util-linux/issues>.
DISPONIBILITATE¶
Comanda setsid face parte din pachetul util-linux care poate fi descărcat de la Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.
2025-02-19 | util-linux 2.41-rc1 |