InterviewSolution
Saved Bookmarks
| 1. |
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 |
|