Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- xargs
- find
- VirtualBox
- 줄바꿈 문자
- import
- grep
- port
- IntelliJ
- 네트워크
- GIT
- tomcat
- netsh
- Windows
- Windows 10
- maVen
- plugin
- vscode
- web.xml
- 단축키
- Source
- ssh
- context
- Mac
- JavaScript
- profile
- Quartz
- bash
- resource
- lsof
- Eclipse
Archives
- Today
- Total
develog
[linux] 심볼릭 링크 / 하드 링크 본문
# 하드 링크 생성
$ ln [실제파일] [링크파일명]
# 심볼릭 링크 생성
$ ln -s [실제파일] [링크파일명]
Comments