본문 바로가기

Linux/kali linux

[명령어] 칼리리눅스 기본명령어(3)

[명령어] 칼리리눅스 기본명령어(3)


ifconfig

> 네트워크 정보 출력


ifconfig eth0 down

> network ethernet0 down


ifconfig eth0 up

> network ethernet0 up


dhclient

> 자동으로 ip환경 지정


network정보를 담은 파일의 위치는 /etc/network/interface


ps

> 프로세스 정보 출력


ps -a, ps -an

> 프로세스 정보 자세히 출력


top

> cpu, memory 정보 출력


apt-get update

> 패키지 업데이트


apt-get install htop

> 패키지 htop 설치