es ist possible:
# /etc/rc.d/init.d/nfs stop
# /etc/rc.d/init.d/nfs start
try that
there is a way to force the deamons to see the new permissions without
restarting NFS:
# exportfs -a
read the NFS how-to for more info
http://www.linuxdoc.org/HOWTO/
Gavin
----------
>From: Hans Schneidhofer <[EMAIL PROTECTED]>
> have added an entry in /etc/exports and will make it available for a remote
> host.
....
> So, now my question here starts : ist it possible in any way, that I can
> restart the nfs-serves, especially the new exported entries, without a reboot
?