diff options
author | Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | 2005-08-27 04:53:15 +0000 |
---|---|---|
committer | Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | 2005-08-27 04:53:15 +0000 |
commit | 970fabec27391531d5738f5893f8113e6093ba4e (patch) | |
tree | de7a427c1875c2228b8d0fde82c586d580ce452d /winsup/doc/faq-using.xml | |
parent | 7a582da59905eeab32366cc741e51b1da567fa7a (diff) | |
download | cygnal-970fabec27391531d5738f5893f8113e6093ba4e.tar.gz cygnal-970fabec27391531d5738f5893f8113e6093ba4e.tar.bz2 cygnal-970fabec27391531d5738f5893f8113e6093ba4e.zip |
2005-08-26 Brian Dessent <brian@dessent.net>
* faq-using.xml: Add 'net use' hint to network shares FAQ.
Diffstat (limited to 'winsup/doc/faq-using.xml')
-rw-r--r-- | winsup/doc/faq-using.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml index 2629dbe8b..8fc4ffdc5 100644 --- a/winsup/doc/faq-using.xml +++ b/winsup/doc/faq-using.xml @@ -75,9 +75,11 @@ network shares are not available. For more information, see <ulink url="http://cygwin.com/cygwin-ug-net/ntsec.html" />. </para> <para>Workarounds include using public network share that does not require -authentication (for non-critical files), or running the service as -your own user with <literal>cygrunsrv -u</literal> (see -<literal>/usr/share/doc/Cygwin/cygrunsrv.README</literal> for more information). +authentication (for non-critical files), providing your password to a +<command>net use</command> command, or running the service as your own +user with <literal>cygrunsrv -u</literal> (see +<literal>/usr/share/doc/Cygwin/cygrunsrv.README</literal> for more +information). </para> </answer></qandaentry> |