1singularity(1) singularity(1)
2
3
4
6 singularity-config-fakeroot - Manage fakeroot user mappings entries
7 (root user only)
8
9
10
12 singularity config fakeroot <option> <user>
13
14
15
17 The config fakeroot command allow a root user to
18 add/remove/enable/disable fakeroot
19 user mappings.
20
21
22
24 -a, --add[=false]
25 add a fakeroot mapping entry for a user allowing him to use the
26 fakeroot feature
27
28
29 -d, --disable[=false]
30 disable a user fakeroot mapping entry preventing him to use the
31 fakeroot feature (the user mapping must be present)
32
33
34 -e, --enable[=false]
35 enable a user fakeroot mapping entry allowing him to use the
36 fakeroot feature (the user mapping must be present)
37
38
39 -h, --help[=false]
40 help for fakeroot
41
42
43 -r, --remove[=false]
44 remove the user fakeroot mapping entry preventing him to use the
45 fakeroot feature
46
47
48
50 To add a fakeroot user mapping for vagrant user:
51 $ singularity config fakeroot --add vagrant
52
53 To remove a fakeroot user mapping for vagrant user:
54 $ singularity config fakeroot --remove vagrant
55
56 To disable a fakeroot user mapping for vagrant user:
57 $ singularity config fakeroot --disable vagrant
58
59 To enable a fakeroot user mapping for vagrant user:
60 $ singularity config fakeroot --enable vagrant
61
62
63
64
66 singularity-config(1)
67
68
69
71 21-Oct-2019 Auto generated by spf13/cobra
72
73
74
75Auto generated by spf13/cobra Oct 2019 singularity(1)