OSDN Git Service

3ae18269099f7c2f408c9725c9491f1566daed93
[linuxjm/LDP_man-pages.git] / draft / man5 / shells.5
1 .\" Copyright (c) 1993 Michael Haardt (michael@moria.de),
2 .\"     Thu May 20 20:45:48 MET DST 1993
3 .\"
4 .\" %%%LICENSE_START(GPLv2+_DOC_FULL)
5 .\" This is free documentation; you can redistribute it and/or
6 .\" modify it under the terms of the GNU General Public License as
7 .\" published by the Free Software Foundation; either version 2 of
8 .\" the License, or (at your option) any later version.
9 .\"
10 .\" The GNU General Public License's references to "object code"
11 .\" and "executables" are to be interpreted as the output of any
12 .\" document formatting or typesetting system, including
13 .\" intermediate and printed output.
14 .\"
15 .\" This manual is distributed in the hope that it will be useful,
16 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
17 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 .\" GNU General Public License for more details.
19 .\"
20 .\" You should have received a copy of the GNU General Public
21 .\" License along with this manual; if not, see
22 .\" <http://www.gnu.org/licenses/>.
23 .\" %%%LICENSE_END
24 .\"
25 .\" Modified Sat Jul 24 17:11:07 1993 by Rik Faith (faith@cs.unc.edu)
26 .\" Modified Sun Nov 21 10:49:38 1993 by Michael Haardt
27 .\" Modified Sun Feb 26 15:09:15 1995 by Rik Faith (faith@cs.unc.edu)
28 .\"*******************************************************************
29 .\"
30 .\" This file was generated with po4a. Translate the source file.
31 .\"
32 .\"*******************************************************************
33 .TH SHELLS 5 2012\-12\-31 "" "Linux Programmer's Manual"
34 .SH 名前
35 shells \- ログインシェルとして有効なファイルのパス名
36 .SH 説明
37 \fI/etc/shells\fP はログインシェルとして有効なファイルのフルパスが書かれた テキストファイルである。 \fBchsh\fP(1)
38 はこのファイルを参照する。 他のプログラムもこのファイルを参照できる。
39 .PP
40 注意して欲しいのだが、プログラムによっては、 ユーザーが通常のユーザーかどうかを判断する際に、このファイルの内容を参考にすることがある。例えば FTP
41 デーモンは、ログインシェルがこのファイルに書かれていないユーザーからのアクセスを許さないのが以前から一般的である。
42 .SH ファイル
43 \fI/etc/shells\fP
44 .SH 例
45 \fI/etc/shells\fP には以下のようなパスが含まれているだろう。
46 .sp
47 .RS
48 \fI/bin/sh\fP
49 .br
50 \fI/bin/bash\fP
51 .br
52 \fI/bin/csh\fP
53 .RE
54 .SH 関連項目
55 \fBchsh\fP(1), \fBgetusershell\fP(3)
56 .SH この文書について
57 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
58 である。プロジェクトの説明とバグ報告に関する情報は
59 http://www.kernel.org/doc/man\-pages/ に書かれている。