리눅스 명령어 목록

|

ext 라는 확장자를 가진 파일을 dir 디렉토리 하위까지 검색하여 모두 삭제한다.

# find ./ -name "*.ext" -exec rm -rf {} \;

------

sudo
apt-get

pwd
ssh everest@10.88.195.98
scp a.file who@10.88.195.98:/home/who
scp who@10.88.195.98:/home/who/b.file /home/my/b.file

ps -A
top
ifconfig

tcpdump -i eth0 port 80 -s 2048 -w file.cap
iptables -t nat -L
arp

'개발/활용정보 > Linux' 카테고리의 다른 글

bootchart  (0) 2011.12.29
Shell Script  (0) 2011.12.29
linux 브릿지 설정 brctl  (0) 2011.10.10
ip forwarding, sniffing, nat  (0) 2011.10.07
tcpdump  (0) 2011.10.07
And