ÆÄÀÏ ¼öÁ¤ÀÏÀÚ º¯°æÇϱâ
http://faq.hostway.co.kr/xe/587
2008.05.28 10:24:21 (*.115.223.215)
--------------------------------
ÆÄÀÏÀÇ ³»¿ëÀÌ º¯°æµÇ°Å³ª touch ¸í·ÉÀ» »ç¿ëÇßÀ»¶§, ÆÄÀÏÀÇ ÃÖÁ¾ ¼öÁ¤ ÀÏÀÚ°¡ º¯°æµÇ°Ô µÈ´Ù.
¾Æ·¡¿Í °°ÀÌ Æ¯Á¤ ÆÄÀÏÀÇ ÃÖÁ¾ ¼öÁ¤ÀÏÀÚ¸¦ ¿øÇϴ´ë·Î º¯°æ ÇÒ ¼ö ÀÖ´Ù.
[root@localhost root]# ls -l /etc/hosts
-rw-r--r-- 1 root root 350 10¿ù 23 2007 /etc/hosts <--- ÆÄÀÏ ¼öÁ¤ÀÏÀÚ°¡ 2007³â 10¿ù 23ÀÏ·Î ¼³Á¤µÇ¾î ÀÖÀ½.
[root@localhost root]# touch /etc/hosts
[root@localhost root]# ls -l /etc/hosts
-rw-r--r-- 1 root root 350 5¿ù 28 09:59 /etc/hosts <--- touch ¸í·ÉÀ¸·Î ÀÔ·ÂÇÑ ÈÄ ÆÄÀÏ ¼öÁ¤ÀÏÀÚ°¡ ÇöÀç ³¯Â¥·Î º¯°æµÊ.
[root@localhost root]# touch -acm -t 200710241312.11 /etc/hosts
[root@localhost root]# ls -l /etc/hosts
-rw-r--r-- 1 root root 350 10¿ù 24 2007 /etc/hosts <--- touch ¿¡ ¿É¼ÇÀ» Ãß°¡ÇÏ¿© 2007³â 10¿ù 24ÀÏ·Î º¯°æ
[root@localhost root]#
|
|