Page 1 of 1

how to use mklink on tos

Posted: 22 Sep 2023, 00:46
by mika0
I want to use mklink for some file hard-linking. How can I use it?

Re: how to use mklink on tos

Posted: 22 Sep 2023, 17:13
by outkastm
mklink is a windows tool.
For NAS use

Code: Select all

ln file1.txt hardlink.txt

Re: how to use mklink on tos

Posted: 25 Sep 2023, 06:49
by mika0
outkastm wrote: 22 Sep 2023, 17:13 mklink is a windows tool.
For NAS use

Code: Select all

ln file1.txt hardlink.txt
thanks! I was thinking there's a tool with same name and forget ln.