|
dmedia/movieplayer(1) -- player for media files
|
mediaplayer, also known as movieplayer for backwards compatibility, is a player application for SGI, QuickTime, AVI and MPEG-1 movie files, as well as Audio files supported by the SGI audiofile library (eg, AIFF, AIFC, WAVE, MPEG1-audio, Sun .snd/Next .au, etc.). mediaplayer can be used as a stand-alone application with a graphic user interface for interactive control of the playback. It can also be used as a command line utility for launching playback from within other applications, such as IRI... |
mpadmin(1) -- control and report processor status
|
mpadmin provides control/information of processor status. Exactly one argument is accepted by mpadmin at each invocation. The following arguments are accepted: -n Report which processors are physically configured. The numbers of the physically configured processors are written to the standard output, one processor number per line. Processors are numbered beginning from 0. -u[processor] When no processor is specified, the numbers of the processors that are available to schedule unrestricted proce... |
|
mpc(1) -- Multiprocessing C Source Transformer
|
Mpc is a source-to-source C translator that transforms code containing parallel directives, inserted by pca(1) or by hand, into parallel C code containing calls to the C multiprocessing library. For further information on the types of directives that mpc implements, refer to the IRIS Power C User's Guide. Mpc is normally invoked as an option to cc(1), although it can be run separately. When mpc is used as part of a cc compilation, the mpc options must be passed via the -W (specifically, -WM) me... |
mrouted(1) -- IP multicast routing daemon
|
Mrouted is an implementation of the Distance-Vector Multicast Routing Protocol (DVMRP), an earlier version of which is specified in RFC-1075. It maintains topological knowledge via a distance-vector routing protocol (like RIP, described in RFC-1058), upon which it implements a multicast datagram forwarding algorithm called Reverse Path Multicasting. Mrouted forwards a multicast datagram along a shortest (reverse) path tree rooted at the subnet on which the datagram originates. The multicast deli... |
mt(1) -- magnetic tape manipulating program
|
mt is used to give commands to the magnetic tape drives. By default, mt performs the requested operation using /dev/nrtape. Normally the operations are performed once. Some operations may be performed multiple times by specifying count . For all others, count is ignored. count is parsed with the strtol(3) library routine, which means that values with leading 0's are taken as octal, those with leading 0x or 0x are taken to be hex, and other's are taken to be decimal. To use an alternate device,... |
mtrace(1) -- print multicast path from a source to a receiver
|
Assessing problems in the distribution of IP multicast traffic can be difficult. mtrace utilizes a tracing feature implemented in multicast routers (mrouted version 3.3 and later) that is accessed via an extension to the IGMP protocol. A trace query is passed hop-by-hop along the reverse path from the receiver to the source, collecting hop addresses, packet counts, and routing error conditions along the path, and then the response is returned to the requestor. The only required parameter is the ... |
mtrconfig(1) -- configure or display Madge PCI Token Ring interface parameters.
|
Mtrconfig is used to configure the Madge token ring specific parameters in each token ring interface. General network parameters, such as network address, are configured through ifconfig (1). Mtrconfig is invoked at boot time from /etc/init.d/network to start the token ring interface when it detects the existence of a Madge token ring PCI device. The default values defined in /var/sysgen/mtune/if_mtr are used for all the interfaces in the system. These values can be modified in /var/sysgen/stune... |
multgrps(1) -- spawn a shell with membership in multiple groups
|
multgrps creates a new shell process which is simultaneously a member of all groups to which the invoking user belongs. Every user belongs to a default group specified in /etc/passwd. Any additional group memberships are listed in the file /etc/group. Traditional System V allows processes to be in only one group at any given time; that group may be changed via the newgrp(1) command. A process has group access privileges only to the files whose group ID matches the process's current value. BSD a... |
multi(1) -- switch the system to multiuser mode
|
multi switches the system to multiuser mode if it was in singleuser mode or causes it to reread its /etc/inittab file and turn the appropriate gettys on and off. multi is a shell script that invokes /etc/telinit. |
mvdir(1) -- move a directory
|
mvdir moves directories within a filesystem. dirname must be a directory. If name does not exist, it is created as a directory. If name does exist, dirname is created as name/dirname. dirname and name can not be on the same path; that is, one can not be subordinate to the other. For example: mvdir x/y x/z is legal, but mvdir x/y x/y/z is not.... |
mwm(1) -- The Motif Window Manager
|
The mwm window manager provides functions that facilitate control (by the user and the programmer) of elements of window state such as placement, size, icon/normal display, and input-focus ownership. The stand-alone window manager is not an integral part of CDE and does not support communication with other components in the CDE environment, such as the Style Manager and the Session Manager. Options -display display This option specifies the display to use; see X(1). -xrm resourcestring This opti... |
myzone(1) -- print the host's AppleTalk zone
|
The myzone command uses the AppleTalk Zone Information Protocol to look up the host's AppleTalk zone on the network by sending a Zone Inquiry to the nbpd(1m) daemon. The program then prints the reported zone. If the zone is reported as "*" it indicates that the nbpd(1m) daemon is malfunctioning. The zone returned is the default local zone which was specified as an argument to nbpd(1m) when it was started. Services that are not given a specific zone will be located in this zone.... |
named(1) -- internet domain name server (DNS)
|
named is the Internet domain name server. It replaces the original host table lookup of information in the network hosts file /etc/hosts. (See RFC1034 for more information on the Internet name-domain system.) named-xfer is invoked by named to transfer zone data from primary servers. named is started at system initialization if the configuration flag named is set on with chkconfig(1M). Without any arguments, named reads the default boot file /etc/named.boot, read any initial data and listen for q... |
nbpd(1) -- AppleTalk Name Binding Protocol daemon
|
The nbpd daemon is a host daemon which manages AppleTalk Name Binding Protocol (NBP) requests and AppleTalk Zone Information Protocol (ZIP) requests. It listens on the well-known Names Information Socket for NBP lookup requests and on the ZIP socket for ZIP requests. The daemon maintains a table of named services registered by host processes and reports these services when requested by remote users. The nbpd daemon creates two files upon its invocation: /usr/adm/appletalk/names_table, the regist... |
nbpremove(1) -- unregister an entity name
|
Nbpremove uses the AppleTalk Name Binding Protocol (NBP) to remove entity names that are registered with the local nbpd(1m). It is usually used to remove the name of a service that has exited irregularly (i.e., core dump). If the removal is successful, the pid of the process that registered the name is printed. If the -Z zone option is given, the removal will be for the specified AppleTalk zone; otherwise, the lookup will be in the local zone.... |