|
Lines 776-785
Link Here
|
| 776 |
<para>You must restart |
776 |
<para>You must restart |
| 777 |
<application>mountd</application> whenever you modify |
777 |
<application>mountd</application> whenever you modify |
| 778 |
<filename>/etc/exports</filename> so the changes can take effect. |
778 |
<filename>/etc/exports</filename> so the changes can take effect. |
| 779 |
This can be accomplished by sending the HUP signal |
779 |
This can be accomplished by invoking of the |
| 780 |
to the <command>mountd</command> process:</para> |
780 |
<filename>/etc/rc.d/mountd</filename> script:</para> |
| 781 |
|
781 |
|
| 782 |
<screen>&prompt.root; <userinput>kill -HUP `cat /var/run/mountd.pid`</userinput></screen> |
782 |
<screen>&prompt.root; <userinput>/etc/rc.d/mountd restart</userinput></screen> |
| 783 |
|
783 |
|
| 784 |
<para>Alternatively, a reboot will make FreeBSD set everything |
784 |
<para>Alternatively, a reboot will make FreeBSD set everything |
| 785 |
up properly. A reboot is not necessary though. |
785 |
up properly. A reboot is not necessary though. |