Download as:
Rating : ⭐⭐⭐⭐⭐
Price: $10.99
Language:EN

Reference: uucp

UNIX in a Nutshell: System V Edition

 

uucp

uucp [options] [source!]file [destination!]file
-c
-C
-d
-f
-gx

Set grade (priority) of job. x is typically a single letter or digit, where a and 1 give the highest transfer priority. Use uuglist to show values for x.

-j

Print the uucp job number.

-m
-nuser
-r
-sfile
-xn

Debug at level n (0-9); higher numbers give more output.

Example

This shell script sends a compressed file to system orca:

$ cat send_it
#! /bin/sh
compress $1
uucp -C -n$2 -m $1.Z orca!/var/spool/uucppublic
uncompress $1
send_it chapter1 bob

Previous: Reference: unpack UNIX in a Nutshell: System V Edition Next: Reference: uuglist
Reference: unpack Book Index Reference: uuglist

The UNIX CD Bookshelf Navigation
Copyright © 2009-2023 UrgentHomework.com, All right reserved.