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

Update linux

parent a551829a
No related branches found
No related tags found
No related merge requests found
...@@ -5,12 +5,19 @@ ...@@ -5,12 +5,19 @@
2. ls-la (ls -al) : 현재 위치한 디렉토리의 모든 파일들을 보여준다. 2. ls-la (ls -al) : 현재 위치한 디렉토리의 모든 파일들을 보여준다.
3. mkdir : (make directory) 디렉토리를 생성한다. 3. mkdir : (make directory) 디렉토리를 생성한다.
4. man + "command 이름" : command에 대한 manual을 보여준다. 4. man + "command 이름" : command에 대한 manual을 보여준다.
5. 5. history : 이전까지 입력한 모든 명령어 내역을 보여준다.
6. cp + "복사할 파일 이름" + "새로 생성할 파일 이름" : 파일 복사하기
7. vi : vi 에디터 실행 -> 파일 수정/작성 ..
8. logout : 말그대로 로그 아웃. 두번 하면 git bash 창도 닫힌다.
9. cc : complie
10. cat + "파일 이름" : 파일 보기
11. mv + "파일 이름" + "디렉토리 이름" : 파일의 위치를 이동
## Soft/Hard Link ## Soft/Hard Link
##Soft Link ##Soft Link
명령어 : ln -s + "링크 연결할 파일 이름" + "링크를 불러올 새로운 파일 이름"
###Hard Link ###Hard Link
명령어 : ln + "링크 연결할 파일 이름" + "링크를 불러올 새로운 파일 이름"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment