2019년 6월 18일 화요일

#AIX #IBM


# 패스워드 파일 위치
/etc/passwd
/etc/security/passwd

#
/etc/services
/etc/inetd.conf
/etc/ntp.conf
/etc/snmpd.conf

topas

oslevel -s

# 포트 번호로 프로세스 찾기
netstat -naA | grep 1234
PCB/ADDR 값 복사

lsof | grep [PCB/ADDR 값]
pid 값 복사

ps -ef | grep [pid 값]

# lsof 가 없는 경우
kdb
sockinfo [PCB/ADDR 값] tcpcb






댓글 없음: