1rudo(1) Rudo User manual rudo(1)
2
3
4
6 Rudo is a utility to gain privilege access on Unix system with Pam.
7
8
9
11 rudo [FLAGS] [OPTIONS] command ...
12
13
14 rudo [FLAGS] [OPTIONS] --edit file
15
16
17 rudo [FLAGS] [OPTIONS] --shell
18
19
20
22 Rudo "Rust User do" allows a system administrator to give certain users
23 the ability to run some commands as root or another user while logging
24 all commands and its arguments.
25
26
27
29 -d, --debug Log debug messages
30
31
32 -g, --greeting Greeting user
33
34
35 -h, --help Prints help information
36
37
38 -s, --shell Initialize a privilege shell
39
40
41 -V, --version Prints version information
42
43
44 -e, --edit edit Edit a document with the editor of user
45
46
47 -u, --user user The user you want to impersonate
48
49
50 command ... Pass the command to execute
51
52
53
55 Run the command as privileged user
56 $ rudo command arguments
57
58
59 Open a shell as a privileged user
60 $ rudo --shell
61
62
63
65 /etc/rudo.conf
66 The system wide configuration file.
67
68
69 /etc/pam.d/rudo
70 The PAM permission file
71
72
73
75 rudo.conf(5)
76
77
78
80 Rémi Lauzier remilauzier@protonmail.com ⟨mailto:remilauzier@proton‐
81 mail.com⟩
82
83
84
86 Copyright (C) 2021 Rémi Lauzier remilauzier@protonmail.com
87 ⟨mailto:remilauzier@protonmail.com⟩
88
89
90 This program is free software; you can redistribute it and/or modify it
91 under the terms of the GNU General Public License as published by the
92 Free Software Foundation; either version 2 of the License, or (at your
93 option) any later version.
94
95
96 This program is distributed in the hope that it will be useful, but
97 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
98 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
99 Public License for more details.
100
101
102 You should have received a copy of the GNU General Public License along
103 with this program; if not, write to the Free Software Foundation, Inc.,
104 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
105
106
107
1080.9.0 2021-12-14 rudo(1)