LoginSignup
6
8

More than 5 years have passed since last update.

シンボリックリンクの作成方法(Linux & Windows)

Last updated at Posted at 2015-12-22

概要

シンボリックリンクの作り方をLinuxとWindowsで紹介します。

Linux

$ ln -s [シンボリックリンク貼り付け先パス] [シンボリックリンク貼り付け元パス]    # folder & file

Windows

> mklink /D [シンボリックリンク貼り付け先パス] [シンボリックリンク貼り付け元パス]    # folder
> mklink    [シンボリックリンク貼り付け先パス] [シンボリックリンク貼り付け元パス]    # file
6
8
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
8