I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
55 lines
1.2 KiB
Groff
55 lines
1.2 KiB
Groff
.\"
|
|
.\" %FreeBSD: src/share/man/man5/fbtab.5,v 1.12 2001/11/20 16:18:21 ru Exp %
|
|
.\"
|
|
.\" $FreeBSD$
|
|
.\"
|
|
.\" WORD: device デバイス(/dev 下のデバイスファイル関連のもの)
|
|
.\" WORD: comment コメント
|
|
.\" WORD: whitespace 空白
|
|
.\" WORD: ownership 所有権(ファイルの)
|
|
.\"
|
|
.Dd August 22, 1994
|
|
.Dt FBTAB 5
|
|
.Os
|
|
.Sh 名称
|
|
.Nm fbtab
|
|
.Nd ログイン時にデバイスの保護状態を変更する
|
|
.Sh 解説
|
|
.Nm
|
|
ファイルには、
|
|
単一デバイス・複数デバイスのリスト・それらのパーミッション
|
|
の 3 つを指定する行が複数個格納されます。
|
|
コメントは
|
|
.Ql #
|
|
から開始し、行末まで続きます。
|
|
.Pp
|
|
空行もしくはコメントのみの行は無視されます。
|
|
.Pp
|
|
他の行は空白で区切られる次の 3 フィールドからなります:
|
|
ログインデバイス
|
|
.Pq Pa /dev/ttyv0
|
|
・8 進数でのパーミッション値 (0600)・
|
|
そしてコロン
|
|
.Pq Dq \&:
|
|
で区切ったデバイスパターンのリスト
|
|
.Pq Pa /dev/console , /dev/dsp*
|
|
です。
|
|
すべてのデバイスパターンは、絶対パスです。
|
|
.Pp
|
|
tty 引数 (相対パス) がログインデバイス名 (絶対パス) にマッチする場合、
|
|
コロン区切りでリストされるデバイスのパーミッションが
|
|
第 2 フィールドで指定される値に設定され、
|
|
所有者が UID と GID 引数の値に設定されます。
|
|
.Sh 関連ファイル
|
|
.Bl -tag -width ".Pa /etc/fbtab" -compact
|
|
.It Pa /etc/fbtab
|
|
.Nm
|
|
ファイルは
|
|
.Pa /etc
|
|
にあります。
|
|
.El
|
|
.Sh 関連項目
|
|
.Xr login 1 ,
|
|
.Xr getty 8
|
|
.Sh 作者
|
|
.An Guido van Rooij
|