1. 리눅스 기초
1) Debian 계열 : Ubuntu
2) Red Hat 계열: Fedora, CentOS, RedHat Enterprise
3) Slackware
Kernel
하드웨어를 제어하는 소프트웨어= 펌웨어 - 커널이 펌웨어 같은 것
2. 리눅스 쉘 : 리눅스 커널을 shell script로 제어
1) sh(Bourne shell) : 유닉스에서 옴, 최상위라서 나머지 쉘에서 다 돌아감
2) bash : Super shell in Linux -> 만 잘하면 됨
3) csh (C shell)
4) ksh : korn shell
5) zch( Z shell)
3. 리눅스 파일시스템
4. 리눅스 포트
5. Command Line Tips
6. 기본 명령어 - https://prde.tistory.com/183
7. ppt
https://docs.google.com/presentation/d/126ZVpJ-d7rdj_gPuilXCI756feK17BtLN8BgBbdXiug/edit#slide=id.p
8. 리눅스내에서 복사, 붙여넣기
https://websetnet.net/ko/how-to-copy-paste-in-linux-terminal-for-absolute-beginners/
9. 리눅스 링크 (바로가기 개념)
ln -s /home/indifelx/ttt ttt
-> s : 심볼릭 그뒤는 경로 그뒤는 이름
10. grep (찾기)
grep <찾을단어> <file-name> [-io] (-i 는 ignore)
11. user 바꾸기 su-
12. 리눅스 02. vi 에디터
https://www.youtube.com/watch?v=hByBzoKd1tw
13. Chmod
'CS > 운영체제(리눅스)' 카테고리의 다른 글
런 레벨(Run Level) (3) | 2023.05.15 |
---|---|
리눅스 파일시스템 및 명령어 (0) | 2023.01.24 |
쉘 스크립트(.sh) (0) | 2022.12.27 |
리눅스 권한 및 사용자 관련 (0) | 2022.12.27 |
리눅스에서 YUM(Yellodog Update Modified) / apt (0) | 2021.10.12 |