DD(1) - General Commands Manual # DD(1) - General Commands Manual
NAME # dd - convert and copy a file
SYNOPSIS # dd [operand …]
DESCRIPTION # The dd utility copies the standard input to the standard output, applying any specified conversions. Input data is read and written in 512-byte blocks. If input reads are short, input from multiple reads are aggregated to form the output block. When finished, dd displays the number of complete and partial input and output blocks and truncated input records to the standard error output.
...
LDOMCTL(8) - System Manager’s Manual (sparc64) # LDOMCTL(8) - System Manager’s Manual (sparc64)
NAME # ldomctl - Logical Domain management interface
SYNOPSIS # ldomctl command [argument …]
DESCRIPTION # The ldomctl program is used to manage logical domains on sun4v systems. It can be used to assign resources to the primary and guest domains, start and stop guest domains from the primary domain, and to display information about domains running on the system.
...
MT(1) - General Commands Manual # MT(1) - General Commands Manual
NAME # mt, eject - magnetic tape and removable media manipulating program
SYNOPSIS # mt [-f device] command [count]
eject [-t] device
DESCRIPTION # The mt utility sends commands to a magnetic tape drive. By default, mt performs the requested operation once. Operations may be performed multiple times by specifying count. Note that device must reference a raw (not block) tape device.
...