File: pmap_set.8

package info (click to toggle)
netbase 3.11-1.2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,764 kB
  • ctags: 2,400
  • sloc: ansic: 25,540; sh: 1,090; makefile: 888; perl: 317
file content (24 lines) | stat: -rw-r--r-- 630 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_SET 8 "21th June 1997" Linux "Linux Programmer's Manual"
.SH NAME
pmap_set \- set the list of registered RPC programs
.SH SYNOPSIS
.B pmap_set
.SH DESCRIPTION
The
.B pmap_set
command can be used to restart a running portmapper or to set
the list of 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_dump (8),
.BR rpc.portmap (8)