e332fee402
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=43
57 lines
1.8 KiB
Groff
57 lines
1.8 KiB
Groff
'\" -*- coding: UTF-8 -*-
|
|
.\" Copyright (C) 2010,2012 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 "Apr 27, 2012" "" "Linux System Administrator's Manual"
|
|
.SH NAME
|
|
public \- for user root run specific TeX programs as user \fInobody\fP
|
|
.br
|
|
public \- for all users run specific TeX programs as group \fIpublic\fP
|
|
.SH SYNOPSIS
|
|
.B public
|
|
.RB \->\ [ texhash | mktexlsr | mktexmf | mktexpk | mktextfm ]
|
|
.SH DESCRIPTION
|
|
.B Public
|
|
drops its privileges if called by the user
|
|
.I root
|
|
by switching over to the user
|
|
.I nobdy
|
|
in a clean environment. For all users the group
|
|
.I public
|
|
is used.
|
|
Currently the following programs are supported:
|
|
.IP \fBtexhash\fP
|
|
\- create ls-R databases
|
|
.IP \fBmktexlsr\fP
|
|
\- create ls-R databases
|
|
.IP \fBmktexmf\fP
|
|
\- create a Metafont source file
|
|
.IP \fBfmktexpk\fP
|
|
\- create a PK file for a font
|
|
.IP \fBfmktextfm\fP
|
|
\- create a TFM file for a font
|
|
.SH NOTES
|
|
The umask changed to allow members of the group public
|
|
to read and write files.
|
|
.SH AUTHOR
|
|
2012 Werner Fink
|
|
.SH "SEE ALSO"
|
|
.BR texhash (1),
|
|
.BR mktexmf (1),
|
|
.BR mktexpk (1),
|
|
.BR mktextfm (1),
|
|
.BR sudo (8).
|