uucp: unix to unix copy Copy a /etc/profile to a /tmp on a remote node #uucp /etc/profile remotenode!/tmp Copy seen files in the cwd to you home on a remote node #uucp * remotenode!$HOME Copy from remote node to current node #uucp "remotenode!/tmp/*" /tmp Copy between two remote nodes #uucp node1!/tmp/file node2!/~someuser Command line options: -m Mail when operation is done -j Queue number for transfer uukick: #uukick -x sysname #where x = [0-9] default if 5, nine is most info uulog: list log data for user #uulog username uuname: identify remote systems connected to local system To identify remote systems connected to local system #uuname To identify the name of the local system, enter (same as hostname) #uuname -l uupick: get file from unix node After file are on the node, put on the node via uuto A '*' lists help, 'm' is move to, d is delete from uucp dir, and q is quit. #uupick > from systems somename: file somefile? m /tmp #move somefile to /tmp > from systems somename: file somefile? m . #move somefile to cwd uustat: summary of spooled uucp copies (like lpstat) All queued jobs: #uustat All queued jobs for user: #uustat mbaker All queued jobs for remote node: #uustat -s remotenode A report on pending and previous transfer on node : #uustat -m Delete a queued job #uustat -k jobnumber uuto: send file to unix node To copy a file to a user on a remote system, enter: #uuto /home/bin/file1 remotenode!remoteuser To copy a file to a user on a remote system and be notified to pass/fail: #uuto -m /home/bin/file2 remotenode!remoteuser uutry: remote connection for debugging (better than 'cu -d') #uutry remotenode Press when you get "succeeded" or "failed". uux: execute a command(s) on remote node FILES: /etc/uucp/Devices Contains information about available links. /etc/uucp/Dialcodes Contains dialing code abbreviations. /etc/uucp/Dialers Controls initial handshaking on a link. /etc/uucp/Permissions Contains access permission codes. /etc/uucp/Systems Lists accessible remote systems. /etc/uucp/Sysfiles Specifies alternate files: Systems, Devices, Dialers /var/spool/uucp Spooling directory containing BNU status information. /var/spool/uucppublic Public directory containing files awaiting transfer /var/spool/uucp/SystemName/C.SystemNameNxxxx /var/spool/uucp/SystemName/D.SystemNamexxxx### /var/spool/uucppublic/SystemName/C.* Contains command files. /var/spool/uucppublic/SystemName/D.* Contains data files. /var/spool/uucp/.Log Directories for BNU /var/spool/uucp/.Log/DaemonName/SystemName /var/spool/uucp/.Log/CommandName/SystemName /var/spool/uucp/.Log/uucp /var/spool/uucp/.Log/uux /var/spool/uucp/.Log/uucico /var/spool/uucp/.Log/uuxqt /var/spool/uucp/.Old Basic Networking Utilities (BNU) uucp(1) - Copies files from one system to another. uucpadm(1) - Enters basic BNU configuration information. uucpadm(4) - Enters basic BNU configuration information. uucpd(1) - Handles communications between BNU and TCP/IP. uukick