Is it possible to create a hardlink/symlink on networkshare that is on linux but from windows environemnt which has access to that share?
Lets say that I have a file on networkshare:
\share\test.txt
and I want to create hardlink (or symlink) here:
\share\links\test.txt
But I can only use python which is installed on windows machine with access to that share.
Thanks for any help.