blob: aa6beac7c1ef7ef0e04194f7f515784105668405 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
.TP
.BI \-u\ user/mask
Run the
.I command
only for the given
.IR user .
It\(aqs also possible to use
.RB \(aq * \(aq
and
.RB \(aq ? \(aq
wildcards (e.g. \-u *@example.org).
.br
When neither the
.B \-A
option, nor the
.BI \-F\ file
option, nor the
.BI \-u\ user
was specified, the
.I command
will be executed with the environment of the
currently logged in user.
|