diff options
Diffstat (limited to 'static/freebsd/man5/fbtab.5 4.html')
| -rw-r--r-- | static/freebsd/man5/fbtab.5 4.html | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/static/freebsd/man5/fbtab.5 4.html b/static/freebsd/man5/fbtab.5 4.html new file mode 100644 index 00000000..c60a8edd --- /dev/null +++ b/static/freebsd/man5/fbtab.5 4.html @@ -0,0 +1,55 @@ +<table class="head"> + <tr> + <td class="head-ltitle">FBTAB(5)</td> + <td class="head-vol">File Formats Manual</td> + <td class="head-rtitle">FBTAB(5)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">fbtab</code> — <span class="Nd">change + device protection upon login</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <code class="Nm">fbtab</code> file contains a number of lines + specifying a device together with a list of devices with associated + protections. Comments start with a ‘<code class="Li">#</code>’ + and extend to the end of the line.</p> +<p class="Pp">Blank lines or lines with only a comment are ignored.</p> +<p class="Pp">All other lines consist of three fields delimited by whitespace: a + login device (<span class="Pa">/dev/ttyv0</span>), an octal permission + number (0600), and a colon (‘<code class="Li">:</code>’) + delimited list of device patterns (<span class="Pa">/dev/console</span>, + <span class="Pa">/dev/dsp*</span>). All device patterns are absolute + paths.</p> +<p class="Pp">If the tty argument (relative path) matches a login device name + (absolute path), the permissions of the devices in the colon-delimited list + are set as specified in the second field, and their ownership is changed to + that of the UID and GID arguments.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1> +<dl class="Bl-tag Bl-compact"> + <dt><span class="Pa">/etc/fbtab</span></dt> + <dd>The <code class="Nm">fbtab</code> file resides in + <span class="Pa">/etc</span>.</dd> +</dl> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">login(1)</a>, <a class="Xr">getty(8)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> +<p class="Pp"><span class="An">Guido van Rooij</span></p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">August 22, 1994</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
