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

tzvetkoff/setsid-macosx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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