|
unpack(1) -- Compresses and expands files
|
The pack command The pack command stores the specified file in a compressed form. The input file is replaced by a packed file with a name derived from the original file name (file.z), with the ownersh... |
uprofile(1) -- Profile a program (uprofile) or kernel
|
See prof_intro(1) for an introduction to the application performance tuning tools provided with Tru64 UNIX. The uprofile command uses the Alpha on-chip performance counters to produce a finely-grained... |
uptime(1) -- Shows how long a system has been running
|
The display of the uptime command is identical to the heading of a w command display. The load average numbers give the number of jobs in the run queue for the last 5 seconds, the last 30 seconds, and... |
users(1) -- Displays a compact list of users who are on the system
|
The users command lists the login names of the users currently on the system in a compact, one-line format. The usernames are in collated order. |
uucp(1) -- Copies files from one system to another (UNIX-toUNIX system copy)
|
The uucp command can copy files within a local system, between a local and a remote system, and between two remote systems. The uucp command accomplishes the file transfer in two steps: first, by crea... |
uudecode(1) -- Encodes or decodes a binary file
|
The uuencode and uudecode commands are used to send a binary file via uucp or other mail. This combination can be used over indirect mail links even when uusend is not available. The uuencode command ... |
uuencode(1) -- Encodes or decodes a binary file
|
The uuencode and uudecode commands are used to send a binary file via uucp or other mail. This combination can be used over indirect mail links even when uusend is not available. The uuencode command ... |
uulog(1) -- Displays UUCP log files
|
Individual log files are created for each remote system with which the local system communicates using the uucp, uusend, uuto, or uux commands. Use the uulog command to display a summary of uucp, uuse... |
uuname(1) -- Displays names of accessible systems
|
In order for a local system to communicate with a remote system, the remote system must support the UUCP protocol. The accessible remote systems are listed in the /usr/lib/uucp/Systems file. Before co... |
uupick(1) -- Accepts or rejects files transmitted to a user by uuto
|
When the files have arrived, the rmail command notifies the recipient, who then issues the uupick command to receive and handle the files. Specifically, uupick searches the public directory on the loc... |
uusend(1) -- Sends a file to a remote host
|
The remote system does not need to be directly connected to the local system, but a chain of uucp links needs to connect the two system. |
uustat(1) -- Reports status of and provides job control for remote file transfer requests and other operations
|
The uustat command is particularly useful in monitoring transfer (copy) requests issued with the uucp and uuto commands, and requests made with the uux command to run commands on a remote system. In a... |
uuto(1) -- Copies public files between systems using local file access control
|
The uuto command calls the uucp command for the actual file transfer, but uuto enables the recipient to use the uupick command to handle the transferred files on the local system. The source argument ... |