OSDN Git Service

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