Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 932 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 932 Bytes

setsid for macosx

A MacOS X port of the util-linux setsid command.

Synopsis

setsid program [arg...]

Description

setsid runs a program in a new session.

Options

Option Description
-w, --wait Wait the execution of the program to end, and return the exit value of the child as return value of the setsid
-c, --ctty Ignored, added for compatibility

See also

setsid(2)

Authors

  • Rick Sladkey <jrs[nospam]world.std.com> - writing the original setsid utility
  • Latchezar Tzvetkoff <latchezar[nospam]tzvetkoff.net> - porting the code