'\" -*- coding: UTF-8 -*- .\" Copyright (C) 2010 Werner Fink .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with this program; if not, write to the Free Software .\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA .\" .TH NOBODY 8 "Jul 30, 2010" "" "Linux System Administrator's Manual" .SH NAME nobdy \- for user root run a specific program as user nobody .SH SYNOPSIS .B nobdy .RB [ ls | find | false | true ] .SH DESCRIPTION .B Nobody drops its privileges if called by the user .I root by switching over to the user .I nobdy in a clean environment. Currently the following programs are supported: .IP \fBls\fP \- list directory contents .IP \fBtrue\fP \- do nothing, successfully .IP \fBfalse\fP \- do nothing, unsuccessfully .IP \fBfind\fP \- search for files in a directory hierarchy .SH NOTES For the program \fBfind\fP the options .IR -exec , .IR -execdir , .IR -ok , .I -okdir are .B not supported. .SH FILES .IR /bin/ls , .br .IR /bin/true , .br .IR /bin/false , .br .I /usr/bin/find .SH AUTHOR 2010 Werner Fink .SH "SEE ALSO" .BR ls (1), .BR find (1), .BR su (1), .BR sudo (8).