Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

51.

What Is The Role Of “root_squash” Option?

Answer»

All requests from the USER ROOT are translated or mapped as if they came from the user anonymous (DEFAULT).

All requests from the user root are translated or mapped as if they came from the user anonymous (default).

52.

How You Will Export Directory (/data) To Host 192.168.1.51, Allowing Asynchronous Writes Without Adding The Entry In /etc/exports File?

Answer»

# EXPORTFS -o ASYNC 192.168.1.51:/DATA

# exportfs -o async 192.168.1.51:/data