Dokumentation für Linux-Admins [stefanux.de]
Dokumentation für Linux-Admins [stefanux.de]
  • Anmelden

  1. Zuletzt angesehen
  2. webdav
  3. kanzleisoftware
  4. logdateien-überwachen
  5. security-tools
  6. rpcbind

netzwerke:rpcbind

Linux

Linux

Linux
Dateisystemaufbau
Partitionierung
Dateisysteme und Formatierung
RAID
ZFS
Netzwerke
SSH
Shellscripts
Festplattenverschlüsselung

Infrastruktur

ansible
...meine ansible collection
lessons-learned
cloud-computing
postfix dovecot
proxmox
libvirt mit KVM
powerdns
cloud-init
ceph storage cluster
wireguard
zabbix

Tools

git
mattermost
letsencrypt

Kontakt

eMail-Adresse
Hilfe vom Autor
github profile
Xing profile
Linked.in profile
Impressum

  • Teilen per
    • Teilen per...
    • Twitter
    • LinkedIn
    • Facebook
    • Pinterest
    • Telegram
    • WhatsApp
    • Reddit
  • Letzte Änderungen
  • Per E-Mail senden
  • Drucken
  • Permalink

rpcbind

rpcbind wird nur bei NFS gebraucht, ist aber (leider) bei manchen Linux-Distributionen vorinstalliert.

Deaktivierung:

systemV-Init:

update-rc.d rpcbind disable

systemd:

systemctl stop rpcbind.service
systemctl disable rpcbind.service

cc by nc sa

Falls nicht anders bezeichnet, ist der Inhalt dieses Wikis unter der folgenden Lizenz veröffentlicht:
CC Attribution-Noncommercial-Share Alike 4.0 International