Directories(4) Kernel Interfaces Manual Directories(4)NAME
Directories - Contains queued requests for file transfers and command executions on remote systems
SYNOPSIS
/usr/spool/uucp/SystemName
DESCRIPTION
The /usr/spool/uucp/SystemName directories are the uucp program spooling directories on the local system. The uucp program creates a Sys-
temName directory for each system listed in the /usr/adm/uucp/Systems file, including the local system.
Each SystemName directory contains queued requests issued by local users for file transfers to remote systems and for command executions on
remote systems.
The uucp program uses several types of administrative files to transfer data between systems. These files are stored in the SystemName
directories. They are: Contain directions for the uucico daemon concerning file transfers. Contain data to be sent to remote systems by
the uucico daemon. Contain instructions for running commands on remote systems. Contain data files after their transfer to the remote
system until the uucp program can deliver them to their final destinations (usually the /usr/spool/uucppublic directory).
RELATED INFORMATION
Daemons: uucico(8), uusched(8), uuxqt
Commands: uucp(1), uux(1) delim off
Directories(4)
Check Out this Related Man Page
Data(4) Kernel Interfaces Manual Data(4)NAME
Data - Contains data to be sent to remote systems
SYNOPSIS
/usr/spool/uucp/LocalSystemName/D.SystemNamexxxx###
DESCRIPTION
Data (D.*) files contain the data to be sent to remote systems by the uucp uucico daemon. The full pathname of a data file is a form of
the following: /usr/spool/uucp/SystemName/D.SystemNamexxxx###
where the SystemName directory and the SystemName portion of the file name indicate the name of the remote system. The xxxx### notation is
the hexadecimal sequence number of the Command (C.*) file associated with that data file; for example, D.venus471afd8.
After a set period of time (specified by the uusched daemon), the uucico daemon transfers the data file to the designated system. It
places the original data file in a subdirectory of the uucp spooling directory named /usr/spool/uucp/SystemName, where the SystemName
directory is named for the computer that is transmitting the file, and creates a Temporary (TM.*) file to hold the original data file.
After receiving the entire file, the uucp program takes one of three actions: If the file was sent with the uucp command and there were no
transfer problems, the program immediately renames the TM.* file with the appropriate data filename, such as D.venus471afd8, and sends it
to the specified destination. If the file was sent with the uuto command, the uucp program also renames the temporary data file with the
appropriate D.* filename. It then places the data file in the public directory /usr/spool/uucppublic, where the user receives the data
file and handles it with one of the uupick command options. If there were transfer problems (such as a failed login or an unavailable
device), the temporary data file remains in the spooling subdirectory. The uudemon.cleanu command, a shell script, removes these files
automatically at specified intervals, or they can be removed manually.
FILES
Describes accessible remote systems Contains uucp command, data, and execute files Contain instructions for file transfers Store data files
temporarily after they have been transferred to a remote system Contain files that the uucp program has transferred
RELATED INFORMATION
Daemons: uucico(8), uusched(8), uuxqt
Commands: uucp(1), uupick(1), uuto(1), uux(1), uudemon(4) delim off
Data(4)
Hi there!
I'm a bit curious on something about Daemons....
Supose you have two processes say A and B, where B is a daemon.
A is totally independent from B.
Is there a way for A to find out B's return code?
Is there a way for A to find out when B ends?
Thanks! (4 Replies)
Aloha,
I'm attempting to use a C program to create directories and then use a system call to have another program write .dat files into that directory. I understand that I could use the "system("mkdir directory_name")" function however, I would like my program to create a new directory each time... (3 Replies)
It is required to trap the signal send to a daemon process before rebooting a unix server. Suppose a script abc.ksh is running in the server as daemon. Before rebooting the server, the unix admin kills all the daemon processes. It is not known to me how admin kills the processes; I mean by which... (9 Replies)
Does anyone know why I can't transfer a directory containing files from a remote directory to a local directory using psftp. If I take the file out of the directory but put it in the same place as where the directory was then I can get that file using psftp's get file command. Does not work for the... (6 Replies)
Hi all,
I want to only tar the Directories and the Sub Directories. I dont want the files which are created in those directories.
Can you please help me out in this issue.
Regards
Andy (3 Replies)
TIA,
I'm using FreeBSD 6
I have a series of Directories (A,B,C,...Z). Each directory has files and other directories within it.
I want to compress the contents of each top directory into a single file so that I get an archive of each directory (for example, A.gzip) AND and want to move... (5 Replies)
I need to revise a transfer process. I have 11 "remote" servers all transfering 1 transfer file nightly. Now, this need to be more "automatic" in that the transfers need to "catch" all missed transfers up to the current date.
What can anyone suggest? (6 Replies)
I have a problem using uucp. I have Ubuntu 10.4 and i installed the 'uucp' package.
In my LAN there are a desktop pc, a laptop, and the router
the desktop local ip is: 192.168.0.2
the laptop local ip is: 192.168.0.4
Here are the /etc/uucp/config and the /etc/uucp/sys i used on the desktop.... (4 Replies)
Hey all.
I need to transfer files from one system to about 5 other systems, and i have to do it manually, and we do get a lot of requests for the same. Presently this is done using a shell script, but it has to be run on each of the 5 systems. Also, a backup of the file needs to be preserved... (6 Replies)
Hi All ,
I have a directory called "/usr/local/apache/docs/" inside this docs i have below directories ,
bash-2.05# pwd
/usr/local/apache/docs/
bash-2.05#ls -l | less
2 drw-r-xr-x 3 root root 512 Aug 8 2010 Form1
2 drw-r-xr-x 3 root other 512 Mar 8 ... (4 Replies)
I want to be able to get all the directories in a path into a variable array, BUT if there ARE NO directories I want the Variable to be NULL and not echo any error message!
If there ARE directories, this will get the list of the directories whose name begins with the string "20":... (6 Replies)
Hello, can you please help me writing a command that would output the biggest files on my system from biggest to smallest? I want this to print only the files, not the directories.
I have tried
du -a ~ | sort -nr | head -10
However, this also prints out all the directories - which I do... (8 Replies)
Hi Gurus,
I know this sounds weird, We have encountered many incidents where some directories on several Solaris 10 boxes, will be converted to files with the same size. for example the file below :
-rw-r--r-- 1 rkadm redknee 5027399 Apr 15 00:02 dump
This was a directory created... (5 Replies)
Hello,
i'm trying to script to compare the same directory on the lpar.
The problem is i'm using the command : find /etc -type d -ls but i cannot reach the remote lpar.
I have another solution to put that command in a text file and compare with Excel.
but i could be fine to have the... (7 Replies)
I've a folder in remote server and it has 50 files. I like to transfer these files by first 10 and next 10 files.
I'm using mget command to transfer the files. How to limit the file transfer limit to 10. instead of copying 50 files at a time.
Thanks
Janarthan (5 Replies)