s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

s6-mkfifodir.html (1413B)


      1 <html>
      2   <head>
      3     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      4     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      5     <meta http-equiv="Content-Language" content="en" />
      6     <title>s6: the s6-mkfifodir program</title>
      7     <meta name="Description" content="s6: the s6-mkfifodir program" />
      8     <meta name="Keywords" content="s6 command s6-mkfifodir fifodir notification creation" />
      9     <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> -->
     10   </head>
     11 <body>
     12 
     13 <p>
     14 <a href="index.html">s6</a><br />
     15 <a href="//skarnet.org/software/">Software</a><br />
     16 <a href="//skarnet.org/">skarnet.org</a>
     17 </p>
     18 
     19 <h1> The s6-mkfifodir program </h1>
     20 
     21 <p>
     22 s6-mkfifodir creates a <a href="fifodir.html">fifodir</a>.
     23 </p>
     24 
     25 <h2> Interface </h2>
     26 
     27 <pre>
     28      s6-mkfifodir [ -f ] [ -g <em>gid</em> ] <em>fifodir</em>
     29 </pre>
     30 
     31 <p>
     32 s6-mkfifodir creates <em>fifodir</em>, belonging to the current user.
     33 </p>
     34 
     35 <h2> Options </h2>
     36 
     37 <ul>
     38  <li> <tt>-f</tt>&nbsp;: force permissions. If <em>fifodir</em> already exists,
     39 change its permissions according to the <tt>-g</tt> options. By default, if
     40 <em>fifodir</em> exists, s6-mkfifodir does nothing. </li>
     41  <li> <tt>-g <em>gid</em></tt>&nbsp;: make <em>fifodir</em> only listenable
     42 by members of group <em>gid</em>. If this option is not given, the fifodir is
     43 made publically listenable. </li>
     44 </ul>
     45 
     46 </body>
     47 </html>