|
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 ... |
mount_ext2fs(8) -- mount an ext2fs file system
|
The mount_ext2fs command attaches an ext2fs file system special device on to the file system tree at the point node. This command is invoked by mount(8) when using the syntax mount [options] -t ext2fs... |
mount_fdesc(8) -- mount the file-descriptor file system
|
The mount_fdesc command attaches an instance of the per-process file descriptor namespace to the global filesystem namespace. The conventional mount point is /dev and the filesystem should be union mo... |
mount_ffs(8) -- mount a Berkeley Fast File System
|
The mount_ffs command attaches the Berkeley Fast File System on the special device on to the file system tree at point node. This command is invoked by mount(8) when using any of the following syntax:... |
mount_kernfs(8) -- mount the /kern file system
|
The mount_kernfs command attaches an instance of the kernel parameter namespace to the global filesystem namespace. The conventional mount point is /kern. This command is invoked by mount(8) when usin... |