Unix에는 ln과 같은 심볼릭 링크가 있어서 이것을 많이 활요해서 하드에 똑같은 파일을 복사하는것이 아니라
바로가기와 같은 기능을 써서 많이 썼는데요.
윈도우에는 없나해서 찾아봤는데 ㅎㅎ 역시 존재하더군요.
사용법은 : mklink [[/d] | [/h] | [/j]] <Link> <Target>
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. |
출처 : http://technet.microsoft.com/ko-kr/library/cc753194(v=WS.10).aspx#BKMK_examples
적용대상을 보면 Windows Server 2008, Windows Vista 이후에 출시되는 제품은 다 적용이 될듯합니다.
티베로에서 엑셀파일 업로드해서 insert 하기 (0) | 2016.12.28 |
---|---|
linux 시간 설정하기 (0) | 2014.03.28 |
look up and find IP addresses in the DNS (0) | 2010.05.12 |
window 2008 server 에서 IE 보안설정 변경방법 (0) | 2009.12.18 |
Window용 free SSH 서버 및 접속 프로그램 (0) | 2009.10.17 |