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

kill.1 (723B)


  1. .Dd 2015-10-08
  2. .Dt KILL 1
  3. .Os sbase
  4. .Sh NAME
  5. .Nm kill
  6. .Nd signal processes
  7. .Sh SYNOPSIS
  8. .Nm
  9. .Op Fl s Ar signame | Fl num | Fl signame
  10. .Ar pid ...
  11. .Nm
  12. .Fl l Op Ar num
  13. .Sh DESCRIPTION
  14. .Nm
  15. signals TERM to each process or process group specified by
  16. .Ar pid .
  17. .Sh OPTIONS
  18. .Bl -tag -width Ds
  19. .It Fl l Op Ar num
  20. List all available signals or the signal name of
  21. .Ar num .
  22. .It Fl s Ar signame | Fl num | Fl signame
  23. Send signal corresponding to
  24. .Ar signame
  25. |
  26. .Ar num .
  27. The default is TERM.
  28. .El
  29. .Sh SEE ALSO
  30. .Xr kill 2 ,
  31. .Xr signal 7
  32. .Sh STANDARDS
  33. The
  34. .Nm
  35. utility is compliant with the
  36. .St -p1003.1-2013
  37. specification.
  38. .Pp
  39. The
  40. .Fl Ar signame
  41. and
  42. .Fl Ar num
  43. syntax is marked by
  44. .St -p1003.1-2013
  45. as an
  46. X/OPEN System Interfaces
  47. option.