Referencing Files In Bash Using UNC format?

Bob McGowan rmcgowan@veritas.com
Fri Mar 17 09:26:00 GMT 2000


David White wrote:
> 
> Any pointers are appreciated...
> 
> I want to make references from bash on NT to a file that is on a shared
> drive on a remote system. In a DOS box, I would use the UNC format
> \\computername\sharename\path\file.ext to get at this file. Is there a
> special cygnus format for this sort of thing?
> 
> Thanks in advance,
> 
> David
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com

The same format appears to work (for Cygwin 1.0, CD), but you need to
quote it:

  ls '\\system\directory'

There are probably some restrictions, such as needing to be in the same
domain...

-- 
Bob McGowan
Staff Software Quality Engineer
VERITAS Software
rmcgowan@veritas.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list