Physical path resolution does not handle parent junction points

Andrey Repin anrdaemon@yandex.ru
Thu Aug 29 19:20:00 GMT 2019


Greetings, Dan Levi!

> Open terminal (as admin):

> [~] $ mkdir -p A/B
> [~] $ ln -s A C
> [~] $ cmd /c "mklink /j D A"
> Junction created for D <<===>> A
> [~] $ (cd C/B ; pwd -P)
> /home/me/A/B
> [~] $ (cd D/B ; pwd -P)
> /home/me/D/B

> The last output should be /home/me/A/B, not /home/me/D/B.

> realpath displays the same behavior.

#  ( cd D/B ; pwd -P; realpath .; realpath $(pwd); readlink -e .; readlink -e $(pwd) )
/c/dev/temp/1/D/B
/c/dev/temp/1/D/B
/c/dev/temp/1/A/B
/c/dev/temp/1/D/B
/c/dev/temp/1/A/B


-- 
With best regards,
Andrey Repin
Thursday, August 29, 2019 22:16:35

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list