Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Export USR local

Status
Not open for further replies.

cbc4u

MIS
Jun 16, 2002
16
US
Can I export /usr/local with NFS and
then have access to my programs like VIM Xemacs
over the network on other machines.
 
yes.

vi /etc/dfs/dfstab
GAshare -F nfs /usr/local<escape>:wq
/etc/init.d/nfs.server start

then they only have to mount the directory on the other machines to get it working.
 
I understand share command but whats the GAshare?
 
this is a 'vi' cmd
go to last line in append mode, write 'share -F nfs /usr/local'
leave append mode, write and quit. Einfachheit ist das Resultat der Reife. (Friedrich Schiller)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top