Add short decription of showmount(8) before an example of its use.
This commit is contained in:
parent
fdd33a19f7
commit
f82237865d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14103
1 changed files with 5 additions and 0 deletions
|
|
@ -1018,6 +1018,11 @@ mountd_flags="-r"</programlisting>
|
|||
<example>
|
||||
<title>Mounting an Export with <application>amd</application></title>
|
||||
|
||||
<para>You can view the available mounts of a remote host with
|
||||
the <command>showmount</command> command. For example, to
|
||||
view the mounts of a host named <hostid>foobar</hostid>, you
|
||||
can use:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>showmount -e foobar</userinput>
|
||||
Exports list on foobar:
|
||||
/usr 10.10.10.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue