Multiple choice technology operating systems

Which NFS server file contains a list of clients that currently have the server's NFS file systems mounted?

  1. /etc/mnttab

  2. /etc/fstab

  3. /etc/rmtab

  4. /etc/exports

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

/etc/rmtab is the NFS server file that tracks which clients currently have mounted filesystems. /etc/mnttab shows local mounts, /etc/fstab configures mounts at boot, and /etc/exports defines what can be exported.