You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
deploy: f0e8d44e6e
This commit is contained in:
+9
-9
@@ -5017,16 +5017,16 @@ Ignore files and directories starting with a '.' by default</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>Mandatory arguments to long options are mandatory for short options too.
|
||||
-m, --mode=MODE set file permission bits to MODE, not a=rw - umask
|
||||
--help display this help and exit
|
||||
--version output version information and exit</p>
|
||||
<p>Both MAJOR and MINOR must be specified when TYPE is b, c, or u, and they
|
||||
must be omitted when TYPE is p. If MAJOR or MINOR begins with 0x or 0X,
|
||||
<code>-m</code>, <code>--mode=MODE</code> set file permission bits to <code>MODE</code>, not <code>a=rw - umask</code></p>
|
||||
<p>Both <code>MAJOR</code> and <code>MINOR</code> must be specified when <code>TYPE</code> is <code>b</code>, <code>c</code>, or <code>u</code>, and they
|
||||
must be omitted when <code>TYPE</code> is <code>p</code>. If <code>MAJOR</code> or <code>MINOR</code> begins with <code>0x</code> or <code>0X</code>,
|
||||
it is interpreted as hexadecimal; otherwise, if it begins with 0, as octal;
|
||||
otherwise, as decimal. TYPE may be:</p>
|
||||
<p>b create a block (buffered) special file
|
||||
c, u create a character (unbuffered) special file
|
||||
p create a FIFO</p>
|
||||
otherwise, as decimal. <code>TYPE</code> may be:</p>
|
||||
<ul>
|
||||
<li><code>b</code> create a block (buffered) special file</li>
|
||||
<li><code>c</code>, <code>u</code> create a character (unbuffered) special file</li>
|
||||
<li><code>p</code> create a FIFO</li>
|
||||
</ul>
|
||||
<p>NOTE: your shell may have its own version of mknod, which usually supersedes
|
||||
the version described here. Please refer to your shell's documentation
|
||||
for details about the options it supports.</p>
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -212,16 +212,16 @@
|
||||
</dd>
|
||||
</dl>
|
||||
<p>Mandatory arguments to long options are mandatory for short options too.
|
||||
-m, --mode=MODE set file permission bits to MODE, not a=rw - umask
|
||||
--help display this help and exit
|
||||
--version output version information and exit</p>
|
||||
<p>Both MAJOR and MINOR must be specified when TYPE is b, c, or u, and they
|
||||
must be omitted when TYPE is p. If MAJOR or MINOR begins with 0x or 0X,
|
||||
<code>-m</code>, <code>--mode=MODE</code> set file permission bits to <code>MODE</code>, not <code>a=rw - umask</code></p>
|
||||
<p>Both <code>MAJOR</code> and <code>MINOR</code> must be specified when <code>TYPE</code> is <code>b</code>, <code>c</code>, or <code>u</code>, and they
|
||||
must be omitted when <code>TYPE</code> is <code>p</code>. If <code>MAJOR</code> or <code>MINOR</code> begins with <code>0x</code> or <code>0X</code>,
|
||||
it is interpreted as hexadecimal; otherwise, if it begins with 0, as octal;
|
||||
otherwise, as decimal. TYPE may be:</p>
|
||||
<p>b create a block (buffered) special file
|
||||
c, u create a character (unbuffered) special file
|
||||
p create a FIFO</p>
|
||||
otherwise, as decimal. <code>TYPE</code> may be:</p>
|
||||
<ul>
|
||||
<li><code>b</code> create a block (buffered) special file</li>
|
||||
<li><code>c</code>, <code>u</code> create a character (unbuffered) special file</li>
|
||||
<li><code>p</code> create a FIFO</li>
|
||||
</ul>
|
||||
<p>NOTE: your shell may have its own version of mknod, which usually supersedes
|
||||
the version described here. Please refer to your shell's documentation
|
||||
for details about the options it supports.</p>
|
||||
|
||||
Reference in New Issue
Block a user