Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uulog(1) [osf1 man page]

uulog(1)						      General Commands Manual							  uulog(1)

NAME
uulog - Displays UUCP log files SYNOPSIS
/usr/lib/uucp/uulog -f system [-number] uulog uulog systems [-number] uulog -s system [-number] uulog -x [systems] The uulog command displays the contents of a log file of uucico or uuxqt activities. STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: uulog: XCU5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. OPTIONS
[Tru64 UNIX] Performs a tail -f on the file transfer log for the specified system, displaying the end of the log file. Use the Interrupt key sequence to leave the file and return to the prompt. Prints information about copy requests involving the specific system. If no sys- tem is specified, information is displayed for all systems. Note: System name can contain only ASCII characters. [Tru64 UNIX] Displays the uuxqt log file for the specified systems. If no systems are specified, information is displayed for all systems. [Tru64 UNIX] Displays the last lines of the log file. The number of lines is determined by the number argument. (To display the lines, the uulog command issues a tail for the specified number of lines.) DESCRIPTION
Individual log files are created for each remote system with which the local system communicates using the uucp, uusend, uuto, or uux com- mands. Use the uulog command to display a summary of uucp, uusend, uuto, and uux command requests by a system or systems. All of these transac- tions are logged in files under the /usr/spool/uucp/.Log/ directory. The files are named daemon_name/system, where the daemon_name direc- tory is named for the daemon involved and the system file is named for the remote system the daemon is contacting. The uucp and uuto commands call the uucico daemon. The uucico activities are logged in the system file in the /usr/spool/uucp/.Log/uucico directory. The uux and uusend commands call the uuxqt daemon. The uuxqt activities are logged in the /usr/spool/uucp/.Log/uuxqt/system file. You can examine these individual log files by issuing the uulog command directly. However, you can also have these temporary log files appended to a primary log file that you can then examine. This is called compacting the log files and is handled by uudemon.cleanu, a shell script in /usr/lib/uucp. NOTES
The uulog utility is marked LEGACY in XCU Issue 5. EXAMPLES
To display the uucico log file for system hera, enter: uulog -s hera [Tru64 UNIX] To display the uuxqt log file, enter: uulog -x [Tru64 UNIX] To display the last forty lines of the file transfer log for system zeus, enter: uulog -f zeus -40 To display the uucico log file for systems pluto and venus, enter: uulog pluto venus [Tru64 UNIX] To display the uuxqt log file for systems pluto and venus, enter: uulog -x pluto venus FILES
Contains log files. Public directory. SEE ALSO
Commands: ct(1), cu(1), tail(1), tip(1), uucico(8), uucleanup(8), uucp(1), uuencode(1), uudecode(1), uuname(1), uupick(1), uusched(8), uusend(1), uustat(1), uuto(1), uux(1) Standards: standards(5) uulog(1)

Check Out this Related Man Page

uuto(1) 						      General Commands Manual							   uuto(1)

NAME
uuto - Copies public files between systems using local file access control SYNOPSIS
uuto [-mp] source... user The uuto command copies one or more source files from one system to a specified user on another system. STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: uuto(): XCU5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. OPTIONS
Notifies the sender by mail when the copy is complete. Copies the source file to the spool directory on the local system. The source file resides in the spooling directory for a set period of time (defined in the uusched program) before the uucp command calls the uucico dae- mon, which actually transfers the copy to the public directory on the specified remote system. The default is to transfer a source file directly to the specified user. DESCRIPTION
The uuto command calls the uucp command for the actual file transfer, but uuto enables the recipient to use the uupick command to handle the transferred files on the local system. The source argument is the name of the files on the local system, or a pathname to the files on the system that runs the command. The user is a specific user ID. This entry has the following format: system!user where system is the name of a remote system connected to the local system, and user is the login name of the recipient of the transferred files on the specified system. When copying a file from one user to another user on the local system, omit the system entry; the destination is simply the login name of the user to whom the file is being sent. The uuto command sends files to /usr/spool/uucppublic on the designated system; this is a public directory. The command also creates an additional directory called receive (if it does not already exist), plus the directory /user/system under receive. The full pathnames to the copied files are of the following form, /usr/spool/uucppublic/receive/user/system/file where user is the login name of the recipient and system is the name of the system from which file was copied. Once the copied file is in the receive directory, uuto notifies the recipient by rmail that the file has arrived. The recipient then issues the uupick command, which searches the public directory for files sent to the specified user ID, displaying the message that file file has arrived from system system for each file it locates. The user then enters one of the uupick file-handling options to delete the file, move it to another directory, and so on. NOTES
The uuto utility is marked LEGACY in XCU Issue 5. EXAMPLES
To copy the file /usr/bin/file1 on local system hera to user karen on remote system zeus, enter the following: uuto /usr/bin/file1 zeus!karen The file /usr/bin/file1 is sent to remote system zeus, and is stored there at /usr/spool/uucppublic/receive/karen/hera/file1. To copy a file to a user on a remote system and receive a message back telling you if the source file was successfully copied, enter: uuto -m /usr/bin/file2 zeus!karen The file /usr/bin/file2 is sent to the user karen on the remote system zeus at the same location as in Example 1, and a message con- firming that the copy was successful is returned to the sender. To copy a file to another user on local system hera, enter: uuto /usr/bin/file3 ron The file /usr/bin/file3 is sent to the user ron on the local system, and is stored in /usr/spool/uucppublic/receive/ron/hera/file3. No mail message is sent to the recipient in a local transfer. ENVIRONMENT VARIABLES
The following environment variables affect the execution of uuto: [Tru64 UNIX] Specifies the flow control used on the connection. Permit- ted values are: HW (hardware), SW (software), HSW (hardware and software), and NONE. The uugetty on the remote system must also use the same flow control. Provides a default value for the internationalization variables that are unset or null. If LANG is unset or null, the corresponding value from the default locale is used. If any of the internationalization variables contains an invalid setting, the utility behaves as if none of the variables had been defined. If set to a non-empty string value, overrides the values of all the other interna- tionalization variables. Determines the locale for the interpretation of sequences of bytes of text data as characters (for example, sin- gle-byte as opposed to multibyte characters in arguments and input files). Determines the locale that should be used to affect the format and contents of diagnostic messages written to standard error. Determines the location of message catalogues for the processing of LC_MES- SAGES. [Tru64 UNIX] Specifies the amount of time (in seconds) for uucico to try to establish a connection before it times out. A value of 0 (zero) indicates an unlimited amount of time. FILES
Public directory. SEE ALSO
Commands: mail(1), ct(1), cu(1), rmail(1), tip(1), uucico(8), uucleanup(8), uucp(1), uuencode(1), uulog(1), uuname(1), uupick(1), uusched(8), uusend(1), uustat(1), uux(1) Standards: standards(5) uuto(1)
Man Page