hoony's web study

728x90
반응형

Unix에는 ln과 같은 심볼릭 링크가 있어서 이것을 많이 활요해서 하드에 똑같은 파일을 복사하는것이 아니라 
바로가기와 같은 기능을 써서 많이 썼는데요.
윈도우에는 없나해서 찾아봤는데 ㅎㅎ 역시 존재하더군요.

사용법은 : mklink [[/d] | [/h] | [/j]] <Link> <Target>

ParameterDescription

/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.

출처 : http://technet.microsoft.com/ko-kr/library/cc753194(v=WS.10).aspx#BKMK_examples

적용대상을 보면  Windows Server 2008, Windows Vista 이후에 출시되는 제품은 다 적용이 될듯합니다. 


728x90

공유하기

facebook twitter kakaoTalk kakaostory naver band
loading