이 게시글은 리눅스 관련 내용들을 정리하기 위해 만들어졌습니다. 순차적으로 정리할 예정입니다(24.04.23 ~ ).
리눅스 시작하기
환경 구성
[Linux] 리눅스 실습 환경 구름IDE로 시작하기
[Linux] 리눅스 커널 버전 확인하기
리눅스 라이선스
[Linux] GNU 라이선스
[Linux] 자유 소프트웨어 재단 FSF
[Linux] GNU GPL 라이선스
[Linux] GNU LGPL 라이선스
[Linux] BSD 라이선스
[Linux] 아파치 라이선스
[Linux] MIT 라이선스
[Linux] MPL 라이선스
리눅스 파티션
[Linux] 주 파티션, 확장 파티션, 논리 파티션, 스왑 파티션
[Linux] 디스크와 장치명
[Linux] 파일 시스템
[Linux] LVM
[Linux] RAID 0, 1, 2, 3, 4, 5
[Linux] 파티션 분할
부트로더
[Linux] 바이오스(BIOS), MBR
[Linux] 부트로더(Boot loader)
[Linux] GRUB
[Linux] 커널 초기화
[Linux] Systemd 서비스, 런 레벨, init
[Linux] 로그인, 로그아웃
환경 변수
[Linux] 환경변수 PATH 및 옵션
리눅스 파일
그룹 관리
[Linux] 그룹 정의 파일 (/etc/group)
[Linux] 그룹 암호 파일 (/etc/gshadow)
사용자
[Linux] 계정 추가 파일 (/etc/default/useradd)
[Linux] 계정 정보 파일 (/etc/passwd)
[Linux] 계정 암호 파일 (/etc/shadow)
[Linux] 계정 설정 기본값 파일 (/etc/login.defs)
파일 시스템
[Linux] 파일 시스템 정보 (/etc/fstab)
스케줄링
[Linux] 스케줄링 데몬 (/etc/crontab)
네트워크 설정
[Linux] 네트워크 기본 정보 (/etc/sysconfig/network)
[Linux] 네트워크 환경 설정 (/etc/sysconfig/network-scripts/ifcfg-etfX)
[Linux] 네트워크 기본 도메인명 및 네임서버 (/etc/resolv.conf)
[Linux] 도메인 IP 주소 조회 (/etc/hosts)
[Linux] DNS 서비스 제공 (/etc/host.conf)
리눅스 명령어
명령어 검색 및 별칭 관리
[Linux] which 명령어 및 옵션
[Linux] alias 명령어 및 옵션
[Linux] unalias 명령어 및 옵션
도움말
[Linux] man 명령어 및 옵션
[Linux] info 명령어 및 옵션
[Linux] whatis 명령어 및 옵션
[Linux] manpath 명령어 및 옵션
[Linux] whereis 명령어 및 옵션
[Linux] apropos 명령어 및 옵션
사용자 생성
[Linux] useradd 명령어 및 옵션
[Linux] passwd 명령어 및 옵션
[Linux] su 명령어 및 옵션
계정 관리
[Linux] usermod 명령어 및 옵션
[Linux] userdel 명령어 및 옵션
[Linux] chage 명령어 및 옵션
그룹 관리
[Linux] groupadd 명령어 및 옵션
[Linux] groupdel 명령어 및 옵션
[Linux] groupmod 명령어 및 옵션
사용자 조회
[Linux] users 명령어 및 옵션
[Linux] who 명령어 및 옵션
[Linux] w 명령어 및 옵션
[Linux] id 명령어 및 옵션
[Linux] groups 명령어 및 옵션
디렉터리 관리
파일
텍스트
[Linux] cat 명령어 및 옵션
[Linux] head 명령어 및 옵션
[Linux] tail 명령어 및 옵션
[Linux] more 명령어 및 옵션
[Linux] less 명령어 및 옵션
[Linux] grep 명령어 및 옵션
[Linux] wc 명령어 및 옵션
[Linux] sort 명령어 및 옵션
[Linux] cut 명령어 및 옵션
[Linux] split 명령어 및 옵션
비교
[Linux] diff 명령어 및 옵션
[Linux] cmp 명령어 및 옵션
[Linux] comm 명령어 및 옵션
리다이렉션
[Linux] 리다이렉션
[Linux] 파이프(Pipe)
[Linux] 정규 표현식
네트워크
경로 상태
[Linux] ping 명령어 및 옵션
[Linux] traceroute 명령어 및 옵션
TCP/IP 주소 설정 정보
[Linux] ipconfig 명령어 및 옵션
[Linux] nslookup 명령어 및 옵션
연결 상태
[Linux] netstat 명령어 및 옵션
라우팅 테이블
[Linux] route 명령어 및 옵션
NIC 상태 확인
[Linux] ethtool 명령어 및 옵션
[Linux] mii-tool 명령어 및 옵션
[Linux] arp 명령어 및 옵션
DNS 및 호스트 정보
[Linux] dig 명령어 및 옵션
[Linux] host 명령어 및 옵션
[Linux] hostname 명령어 및 옵션
시스템 종료
[Linux] shutdown 명령어 및 옵션
[Linux] init 명령어 및 옵션
[Linux] reboot 명령어 및 옵션
[Linux] halt 명령어 및 옵션
시간, 날짜
[Linux] cal 명령어 및 옵션
[Linux] date 명령어 및 옵션
[Linux] time 명령어 및 옵션
터미널 관리
[Linux] clear 명령어 및 옵션
[Linux] tty 명령어 및 옵션
사용자 간 메시지 전달
[Linux] wall 명령어 및 옵션
[Linux] write 명령어 및 옵션
[Linux] mesg 명령어 및 옵션
소유권
[Linux] chown 명령어 및 옵션
[Linux] chgrp 명령어 및 옵션
[Linux] 파일 허가 옵션
[Linux] chmod 명령어 및 옵션
[Linux] umask 명령어 및 옵션
특수 권한
[Linux] SetUID, SetGID 명령어 및 옵션
[Linux] Sticky bit 명령어 및 옵션
디스크 쿼터
[Linux] Disk Quota 명령어 및 옵션
[Linux] quotaoff 명령어 및 옵션
[Linux] quotacheck 명령어 및 옵션
[Linux] edquota 명령어 및 옵션
[Linux] setquota 명령어 및 옵션
파일 시스템
[Linux] mount 명령어 및 옵션
[Linux] unmount 명령어 및 옵션
[Linux] eject 명령어 및 옵션
[Linux] fdisk 명령어 및 옵션
[Linux] mkfs 명령어 및 옵션
[Linux] mke2fs 명령어 및 옵션
[Linux] e2fsck 명령어 및 옵션
[Linux] du 명령어 및 옵션
[Linux] df 명령어 및 옵션
쉘
[Linux] chsh 명령어 및 옵션
[Linux] usermod 명령어 및 옵션
프로세스
[Linux] ps 명령어 및 옵션
[Linux] pstree 명령어 및 옵션
[Linux] jobs 명령어 및 옵션
[Linux] bg 명령어 및 옵션
[Linux] fg 명령어 및 옵션
[Linux] kill 명령어 및 옵션
[Linux] killall 명령어 및 옵션
[Linux] nice 명령어 및 옵션
[Linux] renice 명령어 및 옵션
[Linux] top 명령어 및 옵션
[Linux] nohup 명령어 및 옵션
[Linux] tail 명령어 및 옵션
스케줄링
[Linux] crontab 명령어 및 옵션
아카이브
[Linux] tar 명령어 및 옵션
[Linux] compress, uncompress 명령어 및 옵션
[Linux] gzip, gunzip 명령어 및 옵션
[Linux] bzip2, bunzip2 명령어 및 옵션
[Linux] xzip, unxz 명령어 및 옵션
리눅스 파일 시스템
[Linux] 파일 시스템 개요
[Linux] 파일 시스템 ext, ext2, ext3, ext4
[Linux] 저널링 파일 시스템
[Linux] 네트워크 파일 시스템
[Linux] 파일 시스템 FAT, VFAT, FAT32
[Linux] 파일 시스템 NTFS, ISO 9660, UDF, HPFS
쉘
[Linux] 쉘 기본 개념
[Linux] 본쉘(Bourne shell)
[Linux] C Shell
[Linux] Korn Shell
[Linux] bash
[Linux] zsh
리눅스 프로세스
[Linux] 프로세스 개념 및 유형
[Linux] fork()와 exec()
[Linux] 데몬(Daemon)
[Linux] 시그널(Signal)
에디터
[Linux] 편집기 Pico
[Linux] 편집기 Emacs
[Linux] 편집기 Vi
[Linux] 편집기 Vim
[Linux] 편집기 Gedit
패키지 매니저
[Linux] 패키지 매니저 RPM
[Linux] 패키지 매니저 YUM
[Linux] 패키지 매니저 dpkg
[Linux] 패키지 매니저 apt-get
인터넷 서비스
[Linux] FTP
[Linux] DNS
[Linux] Telnet, SSH
[Linux] NFS
[Linux] RPC
리눅스 기술
가상화 및 클라우드 컴퓨팅
[Linux] 클라우드 컴퓨팅 특장점, 종류
[Linux] 서버 가상화
[Linux] 하이퍼바이저
데이터 처리 및 저장
[Linux] 빅데이터 정의 및 3대 요소
[Linux] 하둡 (Hadoop)
특수 목적
[Linux] 클러스터링
[Linux] 임베디드 시스템
'CSE > Linux' 카테고리의 다른 글
[Linux] mkdir 명령어 및 옵션 총 정리 (0) | 2024.04.29 |
---|---|
[Linux] cd 명령어 및 옵션 총 정리 (0) | 2024.04.28 |
[Linux] pwd 명령어 및 옵션 총 정리 (2) | 2024.04.27 |
[Linux] more 명령어 및 옵션 총 정리 (0) | 2024.04.26 |
[Linux] 리눅스 실습 환경 구름IDE로 시작하기, 리눅스마스터 연습 (0) | 2024.04.24 |
컴퓨터 전공 관련, 프론트엔드 개발 지식들을 공유합니다. React, Javascript를 다룰 줄 알며 요즘에는 Typescript에도 관심이 생겨 공부하고 있습니다. 서로 소통하면서 프로젝트 하는 것을 즐기며 많은 대외활동으로 개발 능력과 소프트 스킬을 다듬어나가고 있습니다.
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!