2014. 7. 30. 17:29
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 // 오류는 출력 안하기
'Linux' 카테고리의 다른 글
controlling VI and modifying passwd, shadow, /skel (0) | 2014.08.01 |
---|---|
modifying passwd and shadow files using cat, tail, head commands (0) | 2014.07.31 |
making file using "cat" and other commands (0) | 2014.07.28 |
ways to remove the contents of a file using "echo" "output redirection marks and "cat" (0) | 2014.07.25 |
functions of shell (0) | 2014.07.24 |