This commit is contained in:
sylvestre
2023-03-20 02:52:31 +00:00
parent 63150aeb2a
commit 06f888e549
4 changed files with 20 additions and 20 deletions
+9 -9
View File
@@ -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
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+9 -9
View File
@@ -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>