Difference between revisions of "Rpcbind"
Jump to navigation
Jump to search
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <code>rpcbind</code> universal addresses to RPC program number mapper. Listens on [[TCP]] and [[UDP]] port 111 and distributed in <code>[[rpcbind]]</code> package in Ubuntu and Debian. | + | {{lowercase}} |
+ | <code>rpcbind</code> universal addresses to [[RPC]] program number mapper. Listens on [[TCP]] and [[UDP]] port [[111]] and distributed in <code>[[rpcbind]]</code> [[package]] in Ubuntu and Debian. | ||
+ | * <code>[[apt-cache rdepends rpcbind]]</code> | ||
+ | |||
+ | |||
+ | |||
+ | [[systemctl stop]] rpcbind | ||
+ | Warning: Stopping rpcbind.service, but it can still be activated by: | ||
+ | [[rpcbind.socket]] | ||
+ | |||
+ | <pre> | ||
+ | systemctl status rpcbind | ||
+ | ● rpcbind.service - RPC bind portmap service | ||
+ | Loaded: loaded (/lib/systemd/system/rpcbind.service; enabled; vendor preset: enabled) | ||
+ | Active: active (running) since Wed 2020-04-22 09:49:39 UTC; 2h 37min ago | ||
+ | TriggeredBy: ● rpcbind.socket | ||
+ | Docs: man:rpcbind(8) | ||
+ | Main PID: 12368 (rpcbind) | ||
+ | Tasks: 1 (limit: 4691) | ||
+ | Memory: 696.0K | ||
+ | CGroup: /system.slice/rpcbind.service | ||
+ | └─12368 /sbin/rpcbind -f -w | ||
+ | |||
+ | Apr 22 09:49:39 hostname systemd[1]: Starting RPC bind portmap service... | ||
+ | Apr 22 09:49:39 hostname systemd[1]: Started RPC bind portmap service. | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | [[systemctl stop rpcbind.socket]] | ||
+ | |||
+ | |||
+ | == Related terms == | ||
+ | * [[rpc.statd]] included in <code>[[nfs-common]]</code> package in Ubuntu | ||
+ | |||
+ | == See also == | ||
+ | * {{rpcbind}} | ||
+ | * {{NFS}} | ||
+ | * {{RPC}} | ||
+ | * [[Nagios]] | ||
[[Category:Linux]] | [[Category:Linux]] |
Latest revision as of 17:36, 10 December 2023
rpcbind
universal addresses to RPC program number mapper. Listens on TCP and UDP port 111 and distributed in rpcbind
package in Ubuntu and Debian.
systemctl stop rpcbind Warning: Stopping rpcbind.service, but it can still be activated by: rpcbind.socket
systemctl status rpcbind ● rpcbind.service - RPC bind portmap service Loaded: loaded (/lib/systemd/system/rpcbind.service; enabled; vendor preset: enabled) Active: active (running) since Wed 2020-04-22 09:49:39 UTC; 2h 37min ago TriggeredBy: ● rpcbind.socket Docs: man:rpcbind(8) Main PID: 12368 (rpcbind) Tasks: 1 (limit: 4691) Memory: 696.0K CGroup: /system.slice/rpcbind.service └─12368 /sbin/rpcbind -f -w Apr 22 09:49:39 hostname systemd[1]: Starting RPC bind portmap service... Apr 22 09:49:39 hostname systemd[1]: Started RPC bind portmap service.
systemctl stop rpcbind.socket
Related terms[edit]
- rpc.statd included in
nfs-common
package in Ubuntu
See also[edit]
Advertising: