logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

setsid.1 (219B)


  1. .Dd 2020-07-14
  2. .Dt SETSID 1
  3. .Os sbase
  4. .Sh NAME
  5. .Nm setsid
  6. .Nd run a command in a new session
  7. .Sh SYNOPSIS
  8. .Nm
  9. .Op Fl f
  10. .Ar cmd
  11. .Op Ar arg ...
  12. .Sh DESCRIPTION
  13. .Nm
  14. runs
  15. .Ar cmd
  16. in a new session.
  17. .Sh SEE ALSO
  18. .Xr setsid 2