|
| 以 PDF 格式下載這本書
NAME
- in.tftpd, tftpd - Internet Trivial File Transfer Protocol server
SYNOPSIS
-
in.tftpd [ -s ] [ homedir ]
AVAILABILITY
- SUNWcsu
DESCRIPTION
-
tftpd is a server that supports the Internet Trivial File Transfer Protocol (TFTP). This server is normally started by inetd(1MTSOL) and operates at the port indicated in the tftp Internet service description in the /etc/inetd.conf file. By default, the entry for in.tftpd in /etc/inetd.conf is commented out. To make in.tftpd operational, the comment character(s) must be deleted from the file. See inetd.conf(4TSOL).
- Before responding to a request, the server attempts to change its current directory to homedir; the default directory is /tftpboot.
- The use of tftp does not require an account or password on the remote system. Due to the lack of authentication information, in.tftpd will allow only publicly readable files to be accessed. Files may be written only if they already exist and are publicly writable. Note that this extends the concept of "public" to include all users on all hosts that can be reached through the network; this may not be appropriate on all systems, and its implications should be considered before enabling this service.
-
in.tftpd runs with the user ID and group ID set to [GU]ID_NOBODY under the assumption that no files exist with that owner or group. However, nothing checks this assumption or enforces this restriction.
OPTIONS
-
- -s
- Secure. When specified, the directory change to homedir must succeed. The daemon also changes its root directory to homedir.
FILES
-
/etc/inetd.conf
SUMMARY OF TRUSTED
-
in.tftpd should be started from the Trusted Path with a UID 0 ;it must inherit the proc_chroot, proc_owner, and proc_setid privileges.
SOLARIS CHANGES
SEE ALSO
-
tftp(1), inetd(1MTSOL), netconfig(4)
- Sollins, K.R., The TFTP Protocol (Revision 2), RFC 783, Network Information Center, SRI International, Menlo Park, Calif., June 1981.
|
|