svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
mkfifo(8)
mkfifo(8) System Administration Commands mkfifo(8)
NAME
mkfifo - make FIFO special file
SYNOPSIS
/usr/bin/mkfifo [-m mode] path...
DESCRIPTION
The mkfifo utility creates the FIFO special files named by its argument
list. The arguments are taken sequentially, in the order specified; and
each FIFO special file is either created completely or, in the case of
an error or signal, not created at all.
If errors are encountered in creating one of the special files, mkfifo
writes a diagnostic message to the standard error and continues with
the remaining arguments, if any.
The mkfifo utility calls the library routine mkfifo(3C), with the path
argument passed the path argument from the command line, and mode set
to the equivalent of a=rw, modified by the current value of the file
mode creation mask. See umask(1).
OPTIONS
The following option is supported:
-m mode Set the file permission bits of the newly-created FIFO to
the specified mode value. The mode option-argument will be
the same as the mode operand defined for the chmod(1) com‐
mand. In symbolic mode strings, the op characters + and −
will be interpreted relative to an assumed initial mode of
a=rw.
OPERANDS
The following operand is supported:
path A path name of the FIFO special file to be created.
ENVIRONMENT VARIABLES
See environ(7) for descriptions of the following environment variables
that affect the execution of mkfifo: LANG, LC_ALL, LC_CTYPE, LC_MES‐
SAGES, and NLSPATH.
EXIT STATUS
The following exit values are returned:
0 All the specified FIFO special files were created successfully.
>0 An error occurred.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/core-os _ Interface StabilityCommit‐
ted _ StandardSee standards(7).
SEE ALSO
chmod(1), umask(1), mkfifo(3C), attributes(7), environ(7), standards(7)
Oracle Solaris 11.4 23 Jun 2025 mkfifo(8)