[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Files Reference


Temporary (TM.*) Files for BNU

Purpose

Store data files during transfers to remote systems.

Description

The Basic Networking Utilities (BNU) temporary (TM.*) files store data files during transfers to remote systems.

After a data (D.*) file is transferred to a remote system by the uucico daemon, the BNU program places the file in a subdirectory of the BNU spooling directory named /var/spool/uucp/SystemName. The SystemName directory is named for the computer transmitting the file. The BNU program creates a temporary data file to hold the original data file.

The full path name of the temporary data file is a form of the following:

/var/spool/uucp/SystemName/TM.xxPID.000

where the SystemName directory is named for the computer sending the file, and TM.xxPID.000 is the name of the file; for example, TM.00451.000. The PID variable is the process ID of the job.

The uucico daemon normally deletes all temporary files when they are no longer needed. However, temporary files can also be removed using the uucleanup command with the -T flag.

Implementation Specifics

These files are part of the Basic Networking Utilities Program (BNU) in BOS Extensions 1.

Files


/etc/uucp/Systems file Describes accessible remote systems.
/var/spool/uucp/SystemName directory Contains BNU command, data, and execute files.
/var/spool/uucppublic/* directories Contain files that BNU has transferred.
/var/spool/uucp/SystemName/D.* files Contain data to be transferred.

Related Information

The uucp command, uucleanup command, uudemon.cleanu command, uupick command, uuto command, uux command.

The uucico daemon.

Understanding the BNU Daemons, Understanding the BNU File and Directory Structure, Using BNU Maintenance Commands in AIX 5L Version 5.1 System Management Guide: Communications and Networks.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]