Yanor.net/
Wiki
Blog
GitHub
Sandbox
開始行:
* dirコマンドでシムリンクを確認 [#aa10d2e1]
** 前提 [#n7100f2e]
1 元のディレクトリ
A 1のシムリンク
B 1のジャンクション
** dirコマンド [#y8d33c2a]
#shell(){{
PS tmp> dir
Directory: C:\tmp
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 2021/05/27 6:35 1
l---- 2021/05/27 6:36 A -> C:\tmp\1
l---- 2021/05/27 6:36 B -> C:\tmp\1
}}
** select Name, Attributes, LinkType [#n59788d6]
#shell(){{
PS tmp> dir | select Name, Attributes, LinkType
Name Attributes LinkType
---- ---------- --------
1 Directory
A Directory, ReparsePoint SymbolicLink
B Directory, ReparsePoint Junction
}}
終了行:
* dirコマンドでシムリンクを確認 [#aa10d2e1]
** 前提 [#n7100f2e]
1 元のディレクトリ
A 1のシムリンク
B 1のジャンクション
** dirコマンド [#y8d33c2a]
#shell(){{
PS tmp> dir
Directory: C:\tmp
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 2021/05/27 6:35 1
l---- 2021/05/27 6:36 A -> C:\tmp\1
l---- 2021/05/27 6:36 B -> C:\tmp\1
}}
** select Name, Attributes, LinkType [#n59788d6]
#shell(){{
PS tmp> dir | select Name, Attributes, LinkType
Name Attributes LinkType
---- ---------- --------
1 Directory
A Directory, ReparsePoint SymbolicLink
B Directory, ReparsePoint Junction
}}
ページ名: