|
mkdir(1) -- make directories
|
The mkdir utility creates the directories named as operands, in the order specified, using mode rwxrwxrwx (0777) as modified by the current umask(2). The options are as follows: -m mode Set the file p... |
mkfifo(1) -- make fifos
|
The mkfifo utility creates the fifos requested, in the order specified. The options are as follows: -m Set the file permission bits of the created fifos to the specified mode, ignoring the umask(2) of... |
|
mklocale(1) -- make LC_CTYPE locale files
|
The mklocale utility reads a LC_CTYPE source file from standard input and produces a LC_CTYPE binary file on standard output suitable for placement in /usr/share/locale/language/LC_CTYPE. The format o... |
mkstr(1) -- create an error message file by massaging C source
|
The mkstr utility creates files containing error messages extracted from C source, and restructures the same C source, to utilize the created error message file. The intent of mkstr was to reduce the ... |
mktemp(1) -- make temporary file name (unique)
|
The mktemp utility takes each of the given file name templates and overwrites a portion of it to create a file name. This file name is unique and suitable for use by the application. The template may ... |
mmroff(1) -- reference preprocessor
|
mmroff is a simple preprocessor for groff, it is used for expanding references in mm, see groff_mm(7). groff is executed twice, first with -z and -rRef=1 to collect all references and then to do the r... |
more(1) -- opposite of more
|
Less is a program similar to more (1), but which allows backward movement in the file as well as forward movement. Also, less does not have to read the entire input file before starting, so with large... |
mptable(1) -- display MP configuration table
|
The mptable command finds and analyzes the MP configuration table on an Intel(tm) MP spec capable motherboard. It is useful for debugging an SMP kernel that will not boot, as well as examining the con... |
msgs(1) -- system messages and junk mail program
|
The msgs utility is used to read system messages. These messages are sent by mailing to the login `msgs' and should be short pieces of information which are suitable to be read once by most users of ... |
mt(1) -- magnetic tape manipulating program
|
The mt utility is used to give 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 tapenam... |
mv(1) -- move files
|
In its first form, the mv utility renames the file named by the source operand to the destination path named by the target operand. This form is assumed when the last operand does not name an already ... |
nawk(1) -- pattern-directed scanning and processing language
|
Awk scans each input file for lines that match any of a set of patterns specified literally in prog or in one or more files specified as -f progfile. With each pattern there can be an associated actio... |
ncal(1) -- displays a calendar and the date of easter
|
The cal utility displays a simple calendar in traditional format and ncal offers an alternative layout, more options and the date of easter. The new format is a little cramped but it makes a year fit ... |
ncplist(1) -- displays various information about ncplib and NetWare servers
|
The ncplist command used to display state of ncplib and NetWare servers. The first argument is a one letter command following by optional args. The commands are: b server type [pattern] Lists bindery ... |
ncplogin(1) -- create permanent connection to a NetWare server
|
Connections to a NetWare server can be created and used independently of the mount_nwfs(8) command. Connections can be created by any user. Each user can have multiple connections, but each NetWareSer... |