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

ps.1 (630B)


  1. .Dd February 2, 2015
  2. .Dt PS 1
  3. .Os ubase
  4. .Sh NAME
  5. .Nm ps
  6. .Nd display process status
  7. .Sh SYNOPSIS
  8. .Nm
  9. .Op Fl aAdef
  10. .Sh DESCRIPTION
  11. .Nm
  12. displays information about active processes. When given no options,
  13. .Nm
  14. prints information about processes of the current user that has a
  15. controlling terminal.
  16. .Sh OPTIONS
  17. .Bl -tag -width Ds
  18. .It Fl a
  19. Select all processes except both session leaders and processes not
  20. associated with a terminal.
  21. .It Fl A
  22. Select all processes. Identical to \fB-e\fR.
  23. .It Fl d
  24. Select all processes except session leaders.
  25. .It Fl e
  26. Select all processes. Identical to \fB-A\fR.
  27. .It Fl f
  28. Do full-format listing.
  29. .El