diff options
| author | fukachan <fukachan> | 2006-01-19 04:34:38 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-19 04:34:38 +0000 |
| commit | e8416c678d62035e49577f2fc96a919fd04b8860 (patch) | |
| tree | b955e66563275b3c6b070b191f87cbb6819ec0a9 /fml/doc/en | |
| parent | 1371a732d1099b067f2085b04f2aaca41db0d939 (diff) | |
| download | fml8-e8416c678d62035e49577f2fc96a919fd04b8860.tar.gz fml8-e8416c678d62035e49577f2fc96a919fd04b8860.tar.bz2 fml8-e8416c678d62035e49577f2fc96a919fd04b8860.zip | |
list up all ML addresses containing the specific member address.
Diffstat (limited to 'fml/doc/en')
| -rw-r--r-- | fml/doc/en/tutorial/troubleshoot/recipes.address.sgml | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml b/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml index 852115b4..78b22e6c 100644 --- a/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml +++ b/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml @@ -1,5 +1,5 @@ <!-- - $FML$ + $FML: recipes.address.sgml,v 1.1 2006/01/17 04:46:03 fukachan Exp $ --> <qandaentry> @@ -63,3 +63,23 @@ it contains users defined at /etc/passwd or not. </answer> </qandaentry> + + +<qandaentry> + +<question> +<para> +List up all ML addresses containing the specific member address. +</para> +</question> + +<answer> +<para> +For each ML, run the following command: +<screen> +% fml ML list |grep ADDRESS +</screen> +</para> +</answer> + +</qandaentry> |
