Date: Sun, 28 Feb 1999 14:51:21 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Endlisnis cc: djgpp AT delorie DOT com Subject: Re: Many DJGPP programs cause network traffic??? In-Reply-To: <36D83FB0.93C76B0C@unb.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sat, 27 Feb 1999, Endlisnis wrote: > "ls" seems to send ~ 350bytes and recieve ~ 250bytes consistantly. > Rhide send about 700bytes. Does it happen every time you run `ls', or just sometime? One possibility is that you somehow cause these programs to use file names with double slashes, like "//foo/bar" or "\\foo\bar". When presented with such names, Windows 9X will automatically look for them on the network, on the assumtions that they are UNC references to network shares (aka networked drives exported by other machines). Perhaps you set PATH_SEPARATOR=: inside Bash, which causes it to convert PATH and other file names from x:/foo/bar into the //x/foo/bar format, and these names somehow leak to the applications you run from Bash.