336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.



ifconfig eth0 down

ifconfig eth0 192.168.0.18 netmask 255.255.255.0 up


route del default gw 192.168.0.1 

route add default gw 192.168.0.1 


cat /etc/resolv.conf        //DNS 확인





---------


cp /usr/share/zoneinfo/Asia/Seoul /etc/localtime        // KST 변환


date 


rdate -p time.bora.net  //  타임 서버 시간 조회

rdate -s time.bora.net  //  타임 서버 시간 동기화


date 073015002014.00  // 7월 30시 오후 3시 2014년


rdate -s time.bora.net;date   




-----------------


find / -name ???


find / -size 100b  /100M / ...

find / -size -100b    

find / -size +100b  

find / -size -100b -name *1


which passwd/pwd/...   -> 명령어의 위치를 보여줌 




--------------------


find / -name passwd 2> /dev/null  // 오류는 출력 안하기 











Posted by af334