Mail Archives: djgpp/1999/02/28/09:25:43
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.
- Raw text -