.nh .TH "singularity" "1" "Feb 2022" "Auto generated by spf13/cobra" "" .SH NAME .PP singularity-config-fakeroot - Manage fakeroot user mappings entries (root user only) .SH SYNOPSIS .PP \fBsingularity config fakeroot \fP .SH DESCRIPTION .PP The config fakeroot command allow a root user to add/remove/enable/disable fakeroot user mappings. .SH OPTIONS .PP \fB-a\fP, \fB--add\fP[=false] add a fakeroot mapping entry for a user allowing him to use the fakeroot feature .PP \fB-d\fP, \fB--disable\fP[=false] disable a user fakeroot mapping entry preventing him to use the fakeroot feature (the user mapping must be present) .PP \fB-e\fP, \fB--enable\fP[=false] enable a user fakeroot mapping entry allowing him to use the fakeroot feature (the user mapping must be present) .PP \fB-h\fP, \fB--help\fP[=false] help for fakeroot .PP \fB-r\fP, \fB--remove\fP[=false] remove the user fakeroot mapping entry preventing him to use the fakeroot feature .SH EXAMPLE .PP .RS .nf To add a fakeroot user mapping for vagrant user: $ singularity config fakeroot --add vagrant To remove a fakeroot user mapping for vagrant user: $ singularity config fakeroot --remove vagrant To disable a fakeroot user mapping for vagrant user: $ singularity config fakeroot --disable vagrant To enable a fakeroot user mapping for vagrant user: $ singularity config fakeroot --enable vagrant .fi .RE .SH SEE ALSO .PP \fBsingularity-config(1)\fP .SH HISTORY .PP 20-Feb-2022 Auto generated by spf13/cobra