File: pmap_dump.8

package info (click to toggle)
portmap 5-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 160 kB
  • ctags: 109
  • sloc: ansic: 1,048; makefile: 99; sh: 58
file content (24 lines) | stat: -rw-r--r-- 641 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.TH PMAP_DUMP 8 "21th June 1997" Linux "Linux Programmer's Manual"
.SH NAME
pmap_dump \- print a list of all registered RPC programs
.SH SYNOPSIS
.B pmap_dump
.SH DESCRIPTION
The
.B pmap_dump
command can be used to restart a running portmapper or to print
a list of all registered RPC programs on the local host. If you
want to use the program to restart the portmapper you have to
redirect the output of
.B pmap_dump
to a file. After this you can restart the portmapper and restore
the list of the registered RPC programs by feeding the output
of
.B pmap_dump
to the
.B pmap_set
command.
.SH SEE ALSO
.BR pmap_set (8),
.BR rpc.portmap (8)