add new chinese translations
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
# mklink
|
||||
|
||||
> 创建符号链接。
|
||||
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/mklink>.
|
||||
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/mklink>。
|
||||
|
||||
- 创建指向文件的符号链接:
|
||||
|
||||
`mklink {{链接文件的路径}} {{源文件路径}}`
|
||||
`mklink {{路径\到\链接文件}} {{路径\到\源文件}}`
|
||||
|
||||
- 创建指向目录的符号链接:
|
||||
|
||||
`mklink /d {{链接文件的路径}} {{源目录路径}}`
|
||||
`mklink /d {{路径\到\链接文件}} {{路径\到\源目录}}`
|
||||
|
||||
- 创建指向文件的硬链接:
|
||||
|
||||
`mklink /h {{链接文件的路径}} {{源目录路径}}`
|
||||
`mklink /h {{路径\到\链接文件}} {{路径\到\源文件}}`
|
||||
|
||||
- 创建目录链接:
|
||||
- 创建目录连接:
|
||||
|
||||
`mklink /j {{链接文件的路径}} {{源目录路径}}`
|
||||
`mklink /j {{路径\到\链接文件}} {{路径\到\源文件}}`
|
Reference in New Issue
Block a user