Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uuq(1c) [bsd man page]

UUQ(1C) 																   UUQ(1C)

NAME
uuq - examine or manipulate the uucp queue SYNOPSIS
uuq [ -l ] [ -h ] [ -ssystem ] [ -uuser ] [ -djobno ] [ -rsdir ] [ -bbaud ] DESCRIPTION
Uuq is used to examine (and possibly delete) entries in the uucp queue. When listing jobs, uuq uses a format reminiscent of ls. For the long format, information for each job listed includes job number, number of files to transfer, user who spooled the job, number of bytes to send, type of command requested (S for sending files, R for receiving files, X for remote uucp), and file or command desired. Several options are available: -h Print only the summary lines for each system. Summary lines give system name, number of jobs for the system, and total number of bytes to send. -l Specifies a long format listing. The default is to list only the job numbers sorted across the page. -ssystem Limit output to jobs for systems whose system names begin with system. -uuser Limit output to jobs for users whose login names begin with user. -djobno Delete job number jobno (as obtained from a previous uuq command) from the uucp queue. Only the UUCP Administrator is permitted to delete jobs. -rsdir Look for files in the spooling directory sdir instead of the default directory. -bbaud Use baud to compute the transfer time instead of the default 1200 baud. FILES
/usr/spool/uucp/ Default spool directory /usr/spool/uucp/C./C.* Control files /usr/spool/uucp/Dhostname./D.* Outgoing data files /usr/spool/uucp/X./X.* Outgoing execution files SEE ALSO
uucp(1C), uux(1C), uulog(1C), uusnap(8C) BUGS
No information is available on work requested by the remote machine. The user who requests a remote uucp command is unknown. Uuq -l can be horrendously slow. AUTHOR
Lou Salkind, New York University 4.3 Berkeley Distribution April 24, 1986 UUQ(1C)

Check Out this Related Man Page

Log(4)							     Kernel Interfaces Manual							    Log(4)

NAME
Log, .Log - Contains the uucp program log files SYNOPSIS
/usr/spool/uucp/.Log DESCRIPTION
The /usr/spool/uucp/.Log directories contain uucp program log files. The uucp program normally places status information about each trans- action in the appropriate log file each time you use the networking utilities facility. All transactions of the uucico and uuxqt daemons are logged in files named for the remote system concerned. The files are stored in a subdirectory of the /usr/spool/uucp/.Log directory named for the daemon involved. Thus, the log files are named with a form of the following: /usr/spool/uucp/.Log/DaemonName/SystemName The uucp and uuto commands call the uucico daemon. The uucico daemon activities for a particular remote system are logged in the System- Name file in the /usr/spool/uucp/.Log/uucico directory on the local system. The uux and uusend commands call the uuxqt daemon. The uuxqt daemon activities for a particular remote system are logged in the SystemName file in the /usr/spool/uucp/.Log/uuxqt directory on the local system. When more than one uucp process is running, however, the system cannot access the standard log file, so it places the status information in a file with a .Log prefix that covers just the single transaction. The uucp program can automatically append the temporary log files to a primary log file. This is called compacting the log files, and is handled by the uudemon.cleanu command, a shell procedure, which combines the log files of the activities of the uucico and uuxqt daemons on a system and stores them in the /usr/spool/uucp/.Old directory. The default is for the uudemon.cleanu command to save log files that are 2 days old. This default can be changed by modifying the appro- priate line in the shell script. If storage space is a problem on a particular system, reduce the number of days that the files are kept in the individual log files. The uulog command can be used to view the uucp program log files. RELATED INFORMATION
Daemons: cron, uucico(8), uusched(8) Commands: uucp(1), uudemon.cleanu(4), uulog(1), uusend(1), uuto(1), uux(1) delim off Log(4)
Man Page