a remote procedure call (RPC) is an inter-process communication that allows a computer program to cause a subroutine or procedure to execute in another address space (commonly on another computer on a shared network) without the programmer explicitly coding the details for this remote interaction
Questions tagged [rpc]
11 questions
0
votes
0 answers
Is it possible for someone to explain / let me know why this machine has rpcbind enabled? Do I need it?
root@SRV-1 ~ #rpcinfo
program version netid address service owner
100000 4 tcp6 ::.0.111 portmapper superuser
100000 3 tcp6 ::.0.111 portmapper superuser
100000 4 udp6 …

Fanosss test
- 36