|
mergemaster(8) -- merge configuration files, et al during an upgrade
|
The mergemaster utility is a Bourne shell script which is designed to aid you in updating the various configuration and other files associated with FreeBSD. It is HIGHLY recommended that you back up y... |
mixer(8) -- set/display soundcard mixer values
|
The mixer utility is used to set and display soundcard mixer device levels. It may also be used to start and stop recording from the soundcard. The list of mixer devices that may be modified are: vol,... |
mk-amd-map(8) -- create database maps for Amd
|
mk-amd-map creates the database maps used by the keyed map lookups in amd(8). It reads input from the named file and outputs them to a correspondingly named hashed database. The -p option prints the m... |
mknetid(8) -- generate netid map data
|
The mknetid utility processes the contents of the group(5), passwd(5), hosts(5) and netid(5) files into the format used to generate the netid.byname NIS map. This map is used to hold credential inform... |
mknod(8) -- build special file
|
The mknod utility creates device special files. To make nodes manually, the four required arguments are: name Device name, for example ``sd'' for a SCSI disk on an HP300 or a ``pty'' for pseudo-te... |
mksnap_ffs(8) -- take a file system snapshot
|
The mksnap_ffs utility creates a snapshot named snapshot_name on the file system mounted at mountpoint. The snapshot_name argument must be contained within the file system mounted at mountpoint. The g... |
mld6query(8) -- send multicast listener query
|
The mld6query utility sends an IPv6 multicast listener discovery (MLD) query packet toward the specified multicast address, maddr, toward interface intface. If you omit maddr, linklocal all nodes mult... |
mlxcontrol(8) -- Mylex DAC-family RAID management utility
|
The mlxcontrol utility provides status monitoring and management functions for devices attached to the mlx(4) driver. Controller names are of the form "mlxN" where N is the unit number of the contro... |
mount(8) -- mount file systems
|
The mount utility calls the mount(2) system call to prepare and graft a special device or the remote node (rhost:path) on to the file system tree at the point node. If either special or node are not p... |
mountd(8) -- service remote NFS mount requests
|
The mountd utility is the server for NFS mount requests from other client machines. It listens for service requests at the port indicated in the NFS server specification; see Network File System Proto... |
mount_cd9660(8) -- mount an ISO-9660 file system
|
The mount_cd9660 utility attaches the ISO-9660 file system residing on the device special to the global file system namespace at the location indicated by node. This command is normally executed by mo... |
mount_devfs(8) -- mount ``standard'' file systems
|
The mount_std utility is a generic mechanism for attaching ``standard'' file systems to the file system. The mount_std utility currently supports the following file systems: devfs, fdescfs, linprocf... |
mount_ext2fs(8) -- mount an ext2fs file system
|
The mount_ext2fs utility attaches an ext2fs file system special device on to the file system tree at the point node. This command is normally executed by mount(8) at boot time. The options are as foll... |