평가 및 의견을 보내려면 클릭하십시오.
TechNet
TechNet 라이브러리
Windows
Windows Server
Windows Server 2008 및 Windows Serve...
Windows Server 명령, 참조 및 도구
Command-line Reference
A-Z List
 Mklink
Mklink

업데이트 날짜: 2007년 4월

적용 대상: Windows Server 2008, Windows Vista

Creates a symbolic link.

For examples of how to use this command, see Examples.

Syntax

mklink [[/d] | [/h] | [/j]] <Link> <Target>

Parameters

 

Parameter Description

/d

Creates a directory symbolic link. By default, mklink creates a file symbolic link.

/h

Creates a hard link instead of a symbolic link.

/j

Creates a Directory Junction.

<Link>

Specifies the name of the symbolic link that is being created.

<Target>

Specifies the path (relative or absolute) that the new symbolic link refers to.

/?

Displays help at the command prompt.

Examples

To create a symbolic link named MyDocs from the root directory to the \Users\User1\Documents directory, type:

mklink /d \MyDocs \Users\User1\Documents
커뮤니티 콘텐츠   커뮤니티 콘텐츠란?
새 콘텐츠 추가 RSS  주석
Processing
© 2010 Microsoft Corporation. All rights reserved. 사용약관 | 상표 | 개인정보취급방침 및 청소년보호정책
Page view tracker