HP-UX Reference (11i v3 07/02) - 5 Miscellaneous Topics (vol 9)

h
hosts_options(5) hosts_options(5)
The /usr/examples/tcpd/Banners.Makefile
file may be used to generate banners for mul-
tiple services. For more information, refer to
/usr/examples/tcpd/Banners.Makefile
.
WARNING: Banners are supported for connection-oriented (TCP) network services only.
nice [number]
Change the nice value of the process (default 10). Specify a positive value to spend more CPU
resources on other processes.
setenv name value
Place a (name, value) pair into the process environment. The value is subjected to
%letter expansions
and may contain whitespace (but leading and trailing blanks are stripped off).
WARNING: Many network daemons reset their environment before spawning a login or shell process.
umask 022
Like the umask command that is built into the shell. A
umask of 022 prevents the creation of files
with group and world write permission. The
umask argument must be an octal number.
user someuser or user someuser.somegroup
Assume the privileges of the "someuser" userid (or user "someuser", group "somegroup"). The first
form is useful with inetd implementations that run all services with root privilege. The second form
is useful for services that need special group privileges only.
DIAGNOSTICS
Problems are reported via syslogd, the syslog daemon, at
info, notice, warning and err lev-
els. When a syntax error is found in an access control rule, the error is reported to the
syslog daemon;
further options will be ignored, and service is denied.
AUTHOR
Wietse Venema (wietse@wzv.win.tue.nl)
Department of Mathematics and Computing Science
Eindhoven University of Technology
Den Dolech 2, P.O. Box 513,
5600 MB Eindhoven, The Netherlands
SEE ALSO
hosts_access(5), the default access control language.
HP-UX 11i Version 3: February 2007 3 Hewlett-Packard Company 205