LoginSignup
2
0

More than 5 years have passed since last update.

macでシンボリックリンク作る時のメモ

Last updated at Posted at 2018-07-28

シンボリックリンクを作成します。
シンボリックリンクとは、実体は別なところに存在するファイルを参照するファイルで、実体へのパスを記録している。

ln -s リンク元 登録名

ln -s /Users/masahiroyanai/dev/src/github.com/yanap yanap

以上、おしまい

2
0
0

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
2
0