저장소 URL : "/etc/yum.repos.d/"
기본 설치 : dnf install 패키지 이름
RPM 파일 설치 : dnf install rpm파일이름.rpm
업데이트 가능 목록 보기 : dnf check-update
업데이트 : dnf update 패키지이름
삭제 : dnf remove 패키지이름
정보 확인 : dnf info 패키지이름
cron
/etc/crontab 예시
첫 줄은 매시간 1분에 /etc/cron.hourly 디렉터리 안에 있는 명령 자동 실행
at
사용 예시
TCP/IP
Hostname
Domain name
IP 주소
네트워크 주소
브로드캐스트(Broadcast) 주소
Gateway, Router
Netmask & Class
DNS(Domain Name System) 서버(= 네임 서버) 주소
리눅스에서의 네트워크 장치 이름
nmtui
systemctl <start/stop/restart/status>
NetworkManager
ifup <장치이름> 및 ifdown <장치이름>
ifconfig <장치이름>
장치의 IP 주소 설정 정보를 출력
nslookup
/etc/sysconfig/network
/etc/sysconfig/network-scripts/ifcfg-ens160
/etc/resolv.conf
– DNS 서버의 정보 및 호스트 이름이 들어 있는 파일
/etc/hosts
보안에 취약한 리눅스를 보호하기 위해 탄생
강제(Enforcing), 허용(Permissive), 비활성(Disabled) 세 가지 레벨
설정 파일인 /etc/sysconfig/selinux를 편집 or, system-config-selinux 명령으로 설정
작동 방식
즐겁게 읽었습니다. 유용한 정보 감사합니다.