468430286f
Kill and priority capabilities documented with links back and forth to relevant places. Change-Id: I9222979f01ef90a936954d479b44eb8913a4e79b Signed-off-by: Fredrik Luthander <fredrik.luthander@sonymobile.com>
31 lines
641 B
Plaintext
31 lines
641 B
Plaintext
kill
|
|
====
|
|
|
|
NAME
|
|
----
|
|
kill - Cancel or abort a background task
|
|
|
|
SYNOPSIS
|
|
--------
|
|
[verse]
|
|
'ssh' -p <port> <host> 'kill' <ID> ...
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
Cancels a scheduled task from the queue. If the task has already
|
|
been started, requests for the task to cancel as soon as it reaches
|
|
its next cancellation point (which is usually blocking IO).
|
|
|
|
ACCESS
|
|
------
|
|
Caller must be a member of the privileged 'Administrators' group,
|
|
or have been granted link:access-control.html#capability_kill[the 'Kill Task' global capability].
|
|
|
|
SCRIPTING
|
|
---------
|
|
Intended for interactive use only.
|
|
|
|
GERRIT
|
|
------
|
|
Part of link:index.html[Gerrit Code Review]
|