Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site molihp.UUCP Path: utzoo!utcsri!ubc-vision!molihp!martinl From: martinl@molihp.UUCP (Martin M Lacey) Newsgroups: net.unix-wizards Subject: Re: Can anybody explain this uucp spool directory setup? Message-ID: <127@molihp.UUCP> Date: Fri, 3-Jan-86 14:14:01 EST Article-I.D.: molihp.127 Posted: Fri Jan 3 14:14:01 1986 Date-Received: Sat, 4-Jan-86 04:47:47 EST References: <579@sigma.UUCP> Reply-To: martinl@HP-UX.UUCP (Martin M Lacey) Organization: Moli Energy, Vancouver, B.C., CANADA Lines: 38 Summary: In article <579@sigma.UUCP> bill@sigma.UUCP (William Swan) writes: >In our directory (/usr/spool/uucp/) there are several subdirectories. I am >not entirely sure what they are used for, and the documentation for our 4.2bsd >system makes absolutely no mention of them. I have made some guesses as to the >functions, but would appreciate correction (to aid a program I am writing). > >-- >William Swan {ihnp4,decvax,allegra,...}!uw-beaver!tikal!sigma!bill William: The file format is: type.system-name grade number where type is: C - copy command file; D - data file; X - execute file; where system-name is the remote system; grade is a character (priority letter, I believe, A being highest); and number is a 4 digit sequence number that is pulled out of the fine /usr/lib/uucp/SEQF. others are: TM - temporary data file, while files are being copied from a remote machine. (format: TM.pid.ddd where pid is the process id and ddd is a 3 digit sequential number ) XTM - temporary execute file, with the same description as the TM file (I think). I hope this gets to you in time to be of help. Magic Martin.