doc/man: lttng(1) command pages: always include `common-footer.txt`
[lttng-tools.git] / doc / man / lttng-remove-trigger.1.txt
1 lttng-remove-trigger(1)
2 =======================
3 :revdate: 29 April 2021
4
5
6 NAME
7 ----
8 lttng-remove-trigger - Remove an LTTng trigger
9
10
11 SYNOPSIS
12 --------
13 [verse]
14 *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *remove-trigger* [option:--owner-uid='UID'] 'NAME'
15
16
17 DESCRIPTION
18 -----------
19 The `lttng remove-trigger` command removes the trigger named 'NAME'.
20
21 See man:lttng-concepts(7) to learn more about LTTng triggers.
22
23 List the triggers of your Unix user, or of all users if your
24 Unix user is `root`, with the man:lttng-list-triggers(1) command.
25
26 The `remove-trigger` command removes a trigger which belong to your Unix
27 user. If your Unix user is `root`, you can remove the trigger of another
28 user with the option:--owner-uid option.
29
30
31 OPTIONS
32 -------
33 Identification
34 ~~~~~~~~~~~~~~
35 option:--owner-uid='UID'::
36 Remove the trigger named 'NAME' of the Unix user having the user ID
37 'UID'.
38 +
39 You may only use this option if your Unix user is `root`.
40
41
42 include::common-lttng-cmd-help-options.txt[]
43
44
45 include::common-lttng-cmd-after-options.txt[]
46
47
48 include::common-footer.txt[]
49
50
51 SEE ALSO
52 --------
53 man:lttng(1),
54 man:lttng-add-trigger(1),
55 man:lttng-list-triggers(1),
56 man:lttng-concepts(7)
This page took 0.029766 seconds and 4 git commands to generate.