Skip to content
Snippets Groups Projects
Commit 86f36a8b authored by 임 현아's avatar 임 현아
Browse files

Update linux

parent 39aaba11
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,15 @@ ...@@ -16,8 +16,15 @@
## Soft/Hard Link ## Soft/Hard Link
##Soft Link ##Soft Link
명령어 : ln -s + "링크 연결할 파일 이름" + "링크를 불러올 새로운 파일 이름" 명령어 : ln -s + "링크 연결할 파일 이름"(파일 a) + "링크를 불러올 새로운 파일 이름" (파일 b)
특징:
1. 파일 a에 변경사항이 생기면, 파일 b에는 반영된다.
2.
3.
###Hard Link ###Hard Link
명령어 : ln + "링크 연결할 파일 이름" + "링크를 불러올 새로운 파일 이름" 명령어 : ln + "링크 연결할 파일 이름" (파일 a) + "링크를 불러올 새로운 파일 이름" (파일 b)
특징:
1. 파일 a에 변경사항이 생겨도, 파일 b에는 반영되지 않는다.
2.
3.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment