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

Update linux

parent bf50d412
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,19 @@
11. mv + "파일 이름" + "디렉토리 이름" : 파일의 위치를 이동
12. passwd : 비밀번호 변경
13. who | word : 누가 access해 있는지 목록 확인
14.
15.
14. tar :
tar -c(create라는 뜻) -f(file이라는 뜻)+ file이름 + file을 copy해 올 directory 이름 :
tar -c -f -v + file이름 + dir 이름:
tar cvf + file이름 + dir이름
tar tvf + tar file이름 : 파일 내부를 들여다 봄
tar xvf + tar file이름 : 파일 내부의 파일들을 풀어놓음
15. du : disk를 얼마나 썼는지 알려줌.
du -h : 단위 붙여서 알려줌
16. gzip + file이름 : 압축
17. gunzip + file이름 : 다시 압축 풀기
https://www.guru99.com/linux-commands-cheat-sheet.html
참고 링크 (linux command cheat sheet)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment