|
mfs(8) -- construct a new file system
|
Before running newfs or mount_mfs, the disk must be labeled using disklabel(8). newfs builds a file system on the specified special device, basing its defaults on the information in the disk label. Ty... |
mkalias(8) -- a YP map conversion program
|
mkalias is used to convert a mail.aliases map to a mail.byaddr map. This is an inverse map of user@host (or user!host) back to alias. The options are as follows: -v Verbose mode. -e Check host to veri... |
|
hppa/mkboot(8) -- create LIF files
|
Creates the LIF file containing the bootstrap program and possibly other programs to be used by the HP 9000/700 and HP 9000/800 systems. An argument to the -l option specifies the load point for the b... |
mkhybrid(8) -- create an hybrid ISO9660/JOLIET/HFS filesystem with optional Rock Ridge attributes.
|
mkhybrid is effectively a pre-mastering program to generate an HFS/ISO9660/JOLIET hybrid filesystem. It is based on mkisofs(1) and will generate a pure ISO9660 filesystem unless the HFS hybrid command... |
mknetid(8) -- a YP filter program
|
mknetid is used to create a map named netid.byname. The map consists of information from passwd(5), group(5) and hosts(5), concatenated with a netid(5) file, if one exists. The options are as follows:... |
mknod(8) -- build special file
|
The mknod command creates device special files. Normally the shell script /dev/MAKEDEV is used to create special files for commonly known devices; it executes mknod with the appropriate arguments and ... |
modload(8) -- load a kernel module
|
The modload utility loads a loadable kernel module into a running system. The input file is an object file (.o file). The options to modload are as follows: -d Debug. Used to debug modload itself. -n ... |
modstat(8) -- display status of loaded kernel modules
|
The modstat utility displays the status of any loadable kernel modules present in the kernel. The options are as follows: -i id Display the status of only the module with this ID. -n name Display the ... |
modunload(8) -- unload a kernel module
|
The modunload utility unloads a loadable kernel module from a running system. The id or name is the ID or name of the module as shown by modstat(8). One of the following options must be specified: -i ... |
monthly(8) -- periodic system maintenance
|
The three files /etc/daily, /etc/weekly, and /etc/monthly are shell scripts run on a periodic basis by the clock daemon, cron(8). They take care of some basic administrative tasks. The results are mai... |
mopd(8) -- MOP loader daemon
|
mopd services MOP Load requests on the Ethernet connected to interface or all interfaces if -a is given. In a load request received by mopd a filename can be given. This is the normal case for, e.g., ... |
mount(8) -- mount file systems
|
The mount command invokes a file system specific program to prepare and graft the special device or remote node (rhost:path) on to the file system tree at the point node. If either special or node are... |
mountd(8) -- service remote NFS mount requests
|
mountd is the server for NFS mount requests from other client machines. mountd listens for service requests at the port indicated in the NFS server specification; see Network File System Protocol Spec... |
mount_ados(8) -- mount an AmigaDOS file system
|
The mount_ados command attaches the AmigaDOS filesystem residing on the device special to the global filesystem namespace at the location indicated by node. This command is invoked by mount(8) when us... |
mount_cd9660(8) -- mount an ISO-9660 filesystem
|
The mount_cd9660 command attaches the ISO-9660 filesystem residing on the device special to the global filesystem namespace at the location indicated by node. This command is invoked by mount(8) when ... |