Displaying 1 result from an estimated 1 matches for "gulfcoast".
2005 Oct 27
1
A hierarchy of DFS trees...
...es into a hierarchy.
It may not be practical, but in theory, This could be used as a
hierarchical substitute for the network neighborhood.
I could configure a server called browse, w/ a number of DFS shares.
\\browse.mycompany.com\northeast
\\browse.mycompany.com\westcoast
\\browse.mycompany.com\gulfcoast
browse # cd /dfsshares
browse # mkdir northeast
browse # ln -s msdfs:vermont.mycompany.com/servers northeast/vermont
browse # ln -s msdfs:jersey.mycompany.com/servers northeast/jersey
browse # ln -s msdfs:newyork.mycompany.com/servers northeast/newyork
browse # mkdir westcoast
browse # ln -s msdfs...