<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_uucp</id>
		<title>32v 1m uucp - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_uucp"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_uucp&amp;action=history"/>
		<updated>2026-05-10T19:07:35Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=32v_1m_uucp&amp;diff=7053&amp;oldid=prev</id>
		<title>Neozeed: New page: UUCP(1C)            UNIX Programmer's Manual             UUCP(1C)    == NAME ==      uucp, uulog - unix to unix copy  == SYNOPSIS ==      uucp [ option ] ...  source-file ...  destination-...</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_uucp&amp;diff=7053&amp;oldid=prev"/>
				<updated>2009-10-26T16:46:41Z</updated>
		
		<summary type="html">&lt;p&gt;New page: UUCP(1C)            UNIX Programmer&amp;#039;s Manual             UUCP(1C)    == NAME ==      uucp, uulog - unix to unix copy  == SYNOPSIS ==      uucp [ option ] ...  source-file ...  destination-...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;UUCP(1C)            UNIX Programmer's Manual             UUCP(1C)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== NAME ==&lt;br /&gt;
     uucp, uulog - unix to unix copy&lt;br /&gt;
&lt;br /&gt;
== SYNOPSIS ==&lt;br /&gt;
     uucp [ option ] ...  source-file ...  destination-file&lt;br /&gt;
&lt;br /&gt;
     uulog [ option ] ...&lt;br /&gt;
&lt;br /&gt;
== DESCRIPTION ==&lt;br /&gt;
     _U_u_c_p copies files named by the source-file arguments to the&lt;br /&gt;
     destination-file argument.  A file name may be a path name&lt;br /&gt;
     on your machine, or may have the form&lt;br /&gt;
&lt;br /&gt;
          system-name!pathname&lt;br /&gt;
&lt;br /&gt;
     where `system-name' is taken from a list of system names&lt;br /&gt;
     which _u_u_c_p knows about.  Shell metacharacters ?*[] appearing&lt;br /&gt;
     in the pathname part will be expanded on the appropriate&lt;br /&gt;
     system.&lt;br /&gt;
&lt;br /&gt;
     Pathnames may be one of&lt;br /&gt;
&lt;br /&gt;
     (1)  a full pathname;&lt;br /&gt;
&lt;br /&gt;
     (2)  a pathname preceded by ~_u_s_e_r; where _u_s_e_r is a userid on&lt;br /&gt;
          the specified system and is replaced by that user's&lt;br /&gt;
          login directory;&lt;br /&gt;
&lt;br /&gt;
     (3)  anything else is prefixed by the current directory.&lt;br /&gt;
&lt;br /&gt;
     If the result is an erroneous pathname for the remote system&lt;br /&gt;
     the copy will fail.  If the destination-file is a directory,&lt;br /&gt;
     the last part of the source-file name is used.&lt;br /&gt;
&lt;br /&gt;
     _U_u_c_p preserves execute permissions across the transmission&lt;br /&gt;
     and gives 0666 read and write permissions (see _c_h_m_o_d(2)).&lt;br /&gt;
&lt;br /&gt;
     The following options are interpreted by _u_u_c_p.&lt;br /&gt;
&lt;br /&gt;
     -d   Make all necessary directories for the file copy.&lt;br /&gt;
&lt;br /&gt;
     -c   Use the source file when copying out rather than copy-&lt;br /&gt;
          ing the file to the spool directory.&lt;br /&gt;
&lt;br /&gt;
     -m   Send mail to the requester when the copy is complete.&lt;br /&gt;
&lt;br /&gt;
     _U_u_l_o_g maintains a summary log of _u_u_c_p and _u_u_x(1) transac-&lt;br /&gt;
     tions in the file `/usr/spool/uucp/LOGFILE' by gathering&lt;br /&gt;
     information from partial log files named&lt;br /&gt;
     `/usr/spool/uucp/LOG.*.?'.  It removes the partial log&lt;br /&gt;
     files.&lt;br /&gt;
&lt;br /&gt;
     The options cause _u_u_l_o_g to print logging information:&lt;br /&gt;
&lt;br /&gt;
     -s_s_y_s&lt;br /&gt;
          Print information about work involving system _s_y_s.&lt;br /&gt;
&lt;br /&gt;
     -u_u_s_e_r&lt;br /&gt;
          Print information about work done for the specified&lt;br /&gt;
          _u_s_e_r.&lt;br /&gt;
&lt;br /&gt;
== FILES ==&lt;br /&gt;
     /usr/spool/uucp - spool directory&lt;br /&gt;
     /usr/lib/uucp/* - other data and program files&lt;br /&gt;
&lt;br /&gt;
== SEE ALSO ==&lt;br /&gt;
     [[32v 1m uux|uux(1)]], [[32v 1m mail|mail(1)]]&lt;br /&gt;
     D. A. Nowitz, _U_u_c_p _I_m_p_l_e_m_e_n_t_a_t_i_o_n _D_e_s_c_r_i_p_t_i_o_n&lt;br /&gt;
&lt;br /&gt;
== WARNING ==&lt;br /&gt;
     The domain of remotely accessible files can (and for obvious&lt;br /&gt;
     security reasons, usually should) be severely restricted.&lt;br /&gt;
     You will very likely not be able to fetch files by pathname;&lt;br /&gt;
     ask a responsible person on the remote system to send them&lt;br /&gt;
     to you.  For the same reasons you will probably not be able&lt;br /&gt;
     to send files to arbitrary pathnames.&lt;br /&gt;
&lt;br /&gt;
== BUGS ==&lt;br /&gt;
     All files received by _u_u_c_p will be owned by uucp.&lt;br /&gt;
     The -m option will only work sending files or receiving a&lt;br /&gt;
     single file.  (Receiving multiple files specified by special&lt;br /&gt;
     shell characters ?*[] will not activate the -m option.)&lt;br /&gt;
&lt;br /&gt;
[[Category:32v man section 1]]&lt;/div&gt;</summary>
		<author><name>Neozeed</name></author>	</entry>

	</feed>