Managing Systems and Workgroups: A Guide for HP-UX System Administrators
Administering a System: Managing Disks and Files
Managing File Systems
Chapter 6658
Enabling/Disabling the /etc/ftpd/ftpaccess Configuration File
• To enable the /etc/ftpd/ftpaccess file, specify the -a option for
the ftp entry in the /etc/inetd.conf file. For example,
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -a -l -d
(The -l option logs all commands sent to the ftpd server into
syslog. The -d option logs debugging information into syslog.)
• To disable the /etc/ftpd/ftpaccess file, specify the -A option for the ftp
entry in the /etc/inetd.conf file. For example,
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -A -L -d
There are several FTP configuration files that enable you to define how
ftp works, as described in the following table.
Verifying the Path Names of FTP Configuration Files
To verify the path names of all FTP configuration files, enter:
Table 6-10 FTP Configuration Files
/etc/ftpd/ftpaccess The primary configuration file
defining the operation of the ftpd
daemon. For more information see
ftpaccess (4).
/etc/ftpd/ftpconversions Defines options for
compression/decompression and
tar/untar operations. For more
information see ftpconversions (4).
/etc/ftpd/ftphosts Lets you allow/deny FTP account
access according to source IP
addresses and host names. For
more information see ftphosts (4).
/etc/ftpd/ftpusers Restricts FTP access for specified
users. For more information see
ftpusers (4).
/etc/ftpd/ftpgroups The group password file for use
with the SITE GROUP and SITE
GPASS commands. For more
information see ftpgroups (4).