File: showmount.8

package info (click to toggle)
manpages-ja 0.5.0.0.20221215%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 29,304 kB
  • sloc: perl: 161; makefile: 61
file content (78 lines) | stat: -rw-r--r-- 2,809 bytes parent folder | download | duplicates (6)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.\"
.\" Original manual page is a part of nfs-server package.
.\" Following is a exerpt from README of version 2.2beta37.
.\" 
.\" 7.  Copyright
.\" 
.\" Much of the code in this package was originally  written  by
.\" Mark Shand, and is placed under the following copyright:
.\" 
.\"    This  software may be used for any purpose provided
.\"    the above  copyright  notice  is  retained.  It  is
.\"    supplied  as  is,  with  no warranties expressed or
.\"    implied.
.\" 
.\" Other code, especially that written by Rick Sladkey and some
.\" replacement routines included from the GNU libc, are covered
.\" by the GNU General Public License, version 2,  or  (at  your
.\" option) any later version.
.\" 
.\" Copyright 1993 Rick Sladkey <jrs@world.std.com>
.\" May be distributed under the GNU General Public License
.\" 
.\" Japanese Version Copyright (c) 1998 NAKANO Takeo all rights reserved.
.\" Translated Wed 11 Nov 1998 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
.\" Modified for nfs-utils Sun 29 Sep 2002 by NAKANO Takeo
.\"
.TH SHOWMOUNT 8 "6 October 1993"
.SH 名前
showmount \- NFS サーバのマウント情報を表示する。
.SH 書式
.B /usr/sbin/showmount
.B "[\ \-adehv\ ]"
.B "[\ \-\-all\ ]"
.B "[\ \-\-directories\ ]"
.B "[\ \-\-exports\ ]"
.B "[\ \-\-help\ ]"
.B "[\ \-\-version\ ]"
.B "[\ host\ ]"
.SH 説明
.B showmout
はリモートホストの mount デーモンに問い合わせ、そのマシンの
NFS サーバの情報について尋ねる。オプションを指定しないと、
.B showmount
はそのホストからマウントを行っているクライアントの一覧を表示する。
.B showmount
の出力は、 ``sort -u'' の作業をしてから表示されるようになっている。
.SH オプション
.TP
.BR \-a " または " \-\-all
クライアントのホスト名とマウントされたディレクトリの両方を
host:dir 形式でリストする。
.TP
.BR \-d " または " \-\-directories
あるクライアントからマウントされているディレクトリだけを表示する。
.TP
.BR \-e " または " \-\-exports
NFS サーバーのエクスポートリストを表示する。
.TP
.BR \-h " または " \-\-help
ヘルプの短い要約を表示する。
.TP
.BR \-v " または " \-\-version
プログラムの現在のバージョン番号を表示する。
.TP
.B \-\-no\-headers
出力からヘッダ情報を取り去る。
.SH 関連項目
.BR rpc.mountd (8),
.BR rpc.nfsd (8)
.SH バグ
.B showmount
が表示する情報の完全性・正確性は、 NFS サーバーの実装に依存する。
.P
.B showmount
は出力を uniq, sort するので、クライアントが同じディレクトリを
複数マウントしているかどうかは判別できない。
.SH 著者
Rick Sladkey <jrs@world.std.com>