diff options
| author | fukachan <fukachan> | 2002-11-09 14:16:18 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-11-09 14:16:18 +0000 |
| commit | 4ac5bd25fc7ea05ce85ceeeca65e74a9a6018526 (patch) | |
| tree | 16066f8d76fcf928977488ea3ba7ef9f4f4d1675 /fml/doc/ja/tutorial/troubleshoot | |
| parent | f0bea82f619cb8ee16e340824f51d3440427711b (diff) | |
| download | fml8-4ac5bd25fc7ea05ce85ceeeca65e74a9a6018526.tar.gz fml8-4ac5bd25fc7ea05ce85ceeeca65e74a9a6018526.tar.bz2 fml8-4ac5bd25fc7ea05ce85ceeeca65e74a9a6018526.zip | |
add usage of fmladdr and fmlalias
Diffstat (limited to 'fml/doc/ja/tutorial/troubleshoot')
3 files changed, 71 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/troubleshoot/chapter.sgml b/fml/doc/ja/tutorial/troubleshoot/chapter.sgml index 6e7b8752..3fc37239 100644 --- a/fml/doc/ja/tutorial/troubleshoot/chapter.sgml +++ b/fml/doc/ja/tutorial/troubleshoot/chapter.sgml @@ -1,5 +1,5 @@ <!-- - $FML$ + $FML: chapter.sgml,v 1.2 2002/10/29 04:10:03 fukachan Exp $ --> @@ -12,6 +12,8 @@ <qandaset> &recipe.version; +&recipe.listup.addresses; +&recipe.listup.aliases; </qandaset> diff --git a/fml/doc/ja/tutorial/troubleshoot/recipe.listup.addresses.sgml b/fml/doc/ja/tutorial/troubleshoot/recipe.listup.addresses.sgml new file mode 100644 index 00000000..148b26f9 --- /dev/null +++ b/fml/doc/ja/tutorial/troubleshoot/recipe.listup.addresses.sgml @@ -0,0 +1,34 @@ +<!-- + $FML: recipe.version.sgml,v 1.2 2002/10/29 04:10:08 fukachan Exp $ +--> + +<qandaentry> +<question> +<para> +定義されているアドレス一覧を見たい。 +</para> +</question> + +<answer> + +<para> +fmladdr が /etc/passwd で定義されているユーザとaliases ファイルに設定 +されている全アドレスを表示してくれます。 +<screen> +% fmladdr +</screen> +</para> + +<para> +<warning> +<para> +fmladdr と fmlalias の違いは、一覧に +ユーザ( /etc/passwd で定義されているもの )を含むか否か?という点です。 +fmladdr は含みます、fmlalias は含みません。 +fmlalias は純粋に alias 群を表示します。 +</para> +</warning> +</para> + +</answer> +</qandaentry> diff --git a/fml/doc/ja/tutorial/troubleshoot/recipe.listup.aliases.sgml b/fml/doc/ja/tutorial/troubleshoot/recipe.listup.aliases.sgml new file mode 100644 index 00000000..c7fbe4cf --- /dev/null +++ b/fml/doc/ja/tutorial/troubleshoot/recipe.listup.aliases.sgml @@ -0,0 +1,34 @@ +<!-- + $FML: recipe.version.sgml,v 1.2 2002/10/29 04:10:08 fukachan Exp $ +--> + +<qandaentry> +<question> +<para> +定義されている alias 一覧を見たい。 +</para> +</question> + +<answer> + +<para> +fmlalias が aliases ファイル(群)に設定されている全アドレスを表示してく +れます。 +<screen> +% fmlalias +</screen> +</para> + +<para> +<warning> +<para> +fmladdr と fmlalias の違いは、一覧に +ユーザ( /etc/passwd で定義されているもの )を含むか否か?という点です。 +fmladdr は含みます、fmlalias は含みません。 +fmlalias は純粋に alias 群を表示します。 +</para> +</warning> +</para> + +</answer> +</qandaentry> |
