L
L
Leonid2022-02-14 16:00:53
System administration
Leonid, 2022-02-14 16:00:53

How to create a symlink in Windows 10?

I need to create a symlink in Windows without a drive letter,

I do mklink "/temp" d:/temp

, the link is created, but when I try to go to
cd /temp
, it says no

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
Leonid, 2022-02-14
@caballero

figured it out thanks
to everyone, I had to key / D
just according to the description it seemed that with the hard key the link to which Linux style is impossible

S
Saboteur, 2022-02-14
@saboteur_kiev

You can not do it this way.
Windows does not support Linux-style paths.
This is only possible if you work in some ported *nix shell, but it itself implements commands for working with disk subsystems.

A
Alexander Lykasov, 2022-02-14
@lykasov-aleksandr

mklink /?
Создает символьную ссылку.

MKLINK  Ссылка Назначение

        /D          Создает символьную ссылку на каталог.
                    По умолчанию создается символьная ссылка на файл.
        /H          Создает жесткую связь вместо символьной ссылки.
        /J          Создает соединение для каталога.
        Ссылка      Указывает имя новой символьной ссылки.
        Назначение  Указывает путь (относительный или абсолютный), на который ссылается
                    новая ссылка.

If you use WSL, then you can do it like in Linux

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question