network file shareing through unix and linux
Create a directories in /mnt or ur home directories
Edit vi /etc/export
add the directory which u want to share in the network
/mnt/songs server.plannet.comro ---> read only(ro,sync)
rw ----> read write
* ----> All
Then start deamons
/etc/init.d/nfs start
killall -HUP rpc.nfsd rpc.mountd
than check exportfs -r and -a
using mount command
mount
ex
mount server.plannet.com /mnt/urdrive
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
No comments:
Post a Comment