1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
.\" Copyright (c) 2000 Christoph J. Thompson <obituary@linuxbe.org>
.\"
.\" %%%LICENSE_START(GPLv2+_DOC_MISC)
.\" This is free documentation; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
.\" the License, or (at your option) any later version.
.\"
.\" This manual is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, see
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.\"
.\" Japanese Version Copyright (c) 2001 NAKANO Takeo all rights reserved.
.\" Translated Fri 16 Feb 2001 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
.\"
.TH FTPUSERS 5 2000\-08\-27 Linux "Linux Programmer's Manual"
.SH 名前
ftpusers \- FTP デーモン経由でのログインを許さないユーザーのリスト
.SH 説明
\fBftpusers\fP はテキストファイルで、File Transfer Protocol (FTP) サーバーデーモン
を利用してのログインを許さないユーザーをリストしたものである。 このファイルは単にシステム管理のためだけでなく、 TCP/IP
ネットワーク環境でのセキュリティを向上させるのにも利用できる。 通常は、ftp を用いた作業を行わないユーザーや、 FTP
サーバーデーモン経由でのログインを許すには 権限が大きすぎるユーザーをリストしておく。 このようなユーザーには、例えば root, daemon,
bin, uucp, news などが含まれる。 お使いの FTP サーバーデーモンが \fBftpusers\fP
を用いない場合は、そのデーモンのドキュメントを読んで、 特定のユーザーのアクセスをブロックするやり方を学んでおくことをすすめる。 Washington
University FTP サーバーデーモン (wuftpd) と Professional FTP デーモン (proftpd) とは、
\fBftpusers\fP を利用することがわかっている。
.SS フォーマット
\fBftpusers\fP のフォーマットは非常に単純であり、 アカウント名 (またはユーザー名) を各行に書くだけである。 # で始まる行は無視される。
.SH ファイル
\fI/etc/ftpusers\fP
.SH 関連項目
\fBpasswd\fP(5), \fBproftpd\fP(8), \fBwuftpd\fP(8)
.SH この文書について
この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部
である。プロジェクトの説明とバグ報告に関する情報は
http://www.kernel.org/doc/man\-pages/ に書かれている。
|