Internet Services Delta Manual for HP-UX 11i Version 1.6

used to adjust the nice value of the server process only for those users who do not belong to
any class for which a class-specific nice directive exists in the ftpaccess file.
The general syntax for this is:
nice <nice-delta> [ class ]
NOTE: Only negative values are considered. Positive values or 0 are ignored for the
nice-delta.
defumask clause:
The 'defumask' clause allows to set the umask for a file created by the daemon, if the remote
user is a member of the named class. There can be multiple entries for defumask. For classes
which do not have a defumask entry, the system unmask will be used as the default.
The general syntax for this is:
defumask <umask> [ class ]
Example 8
defumask 0177
defumask 0133 ClassA
- Specifying this will create files with the permission "-rw-r--r--" for a user of ClassA. For other
users files will be created with the permission "-rw-------".
Controlling the maximum number of lines of output:
A clause to set the maximum number of lines of output to be displayed on the screen has been
added. By default, the limit is set to 20.
The general syntax for this is:
site-exec-max-lines <number> [ class ...]
Setting the root directory:
The clauses to set the root directory when the user logs in as anonymous or guest have been
added.
The general syntax for this is:
anonymous-root <root-dir> [ class ]
guest-root <root-dir> [ uid-range ]
Enabling the server to listen:
A clause has been added to enable the server to listen on any particular address. If this value
is not set, then the server will listen for connections on every IP address. Use of this clause is
discouraged as it will break virtual hosting.
NOTE: This option will work only when WU-FTPD is running in a standalone mode. For more
details, refer to ftpd(1m) manpage.
The general syntax for this is:
daemonaddress <address>
Chapter Overview 25