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

The /etc/rmtab file in NFS server configurations maintains a list of clients that currently have the server's NFS file systems mounted. /etc/mnttab lists mounted filesystems on the local system, /etc/fstab contains filesystem mounting configuration, and /etc/exports defines which filesystems are available for NFS export.