InterviewSolution
Saved Bookmarks
| 1. |
How To Re Export All The Directories Of ‘/etc/exports’ File ? |
|
Answer» Using the command ‘ EXPORTFS -r’ , we can REEXPORT or refresh ENTRIES of ‘/etc/exports’ file WITHOUT restarting nfs SERVICE Using the command ‘ exportfs -r’ , we can reexport or refresh entries of ‘/etc/exports’ file without restarting nfs service |
|