블로그
- [노트 필기] 리눅스에 대해 알아보자. 11. Linux 기초 d. 파일유지 관리명령(cp,rm,mv,mkdir,rmdir) File maintenance commands cp copy command rm remove file mv move, rename mkdir or rm -r chgrp chown man cp ls -ltr cp george david ls -ltr mkdir king2 rm -r king2 chown hyeonil:hyeonil puddy //2가지를 동시에 해준다
- [노트 필기] 리눅스에 대해 알아보자. 12. Linux 기초 e. 파일 표시 명령(cat,less,more,head,tail) File display command 파일표시 명령 cat more less head tail cp /var/log/messages cd cat messages more messages
- MAC Terminal Command 맥북 터미널 명령어 모음 MAC Terminal Command 맥북 터미널 명령어 모음 명령어 도움말 보기man "command name here"enter q to exit help Lesson 1:ls : 마지막 줄mkdir "폴더명" : 폴더만들기rm -r "폴더명" : 폴더 삭제rm : 파일 삭제clear : 코멘트 화면 청소cp "picture1.png" Documents cp