{"id":23,"date":"2007-10-05T05:01:34","date_gmt":"2007-10-05T05:01:34","guid":{"rendered":"http:\/\/pchero21.com\/?p=23"},"modified":"2007-10-05T05:01:34","modified_gmt":"2007-10-05T05:01:34","slug":"%eb%a6%ac%eb%88%85%ec%8a%a4-%ec%9d%bc%eb%b0%98-%ed%8c%8c%ec%9d%bc%ed%8f%ac%eb%a7%b7-%eb%b0%8f-%ed%8c%a8%ed%84%b4%ec%b2%98%eb%a6%ac-%ec%8b%a4%eb%ac%b4","status":"publish","type":"post","link":"http:\/\/pchero21.com\/?p=23","title":{"rendered":"[\ub9ac\ub205\uc2a4 \uc77c\ubc18] \ud30c\uc77c\ud3ec\ub9f7 \ubc0f \ud328\ud134\ucc98\ub9ac \uc2e4\ubb34"},"content":{"rendered":"<p>&nbsp;1. \ud2b9\uc815 \ud328\ud134\uc758 \ubb38\uc790\ub4e4\uc744 \uc6d0\ud558\ub294 \ud3ec\ub9f7\uc73c\ub85c \ucc98\ub9ac\ud558\ub294 \uac15\ub825\ud55c \uc720\ud2f8\ub9ac\ud2f0 awk \uac1c\ub860<\/p>\n<p>&nbsp;&#8211; awk \ub294 \uae30\ubcf8\uc801\uc73c\ub85c \ud0ed \ub610\ub294 \uacf5\ubc31\uc73c\ub85c \uad6c\ubd84\ub418\ub294 \uac01\uac01\uc758 \ub2e8\uc5b4\ub4e4\uc744 \ud558\ub098\uc758 \ubcc0\uc218\ub85c \ucc98\ub9ac\ud568. \ud0ed\uacfc \uacf5\ubc31\uc744 \uae30\ubcf8\uc801\uc778 \uad6c\ubd84\ubb38\uc790\ub85c \uc0ac\uc6a9\ud55c\ub2e4\ub294 \uc758\ubbf8\uc784.<\/p>\n<p>&nbsp;&#8211; \ud0ed\uacfc \uacf5\ubc31\uc744 \ubb34\uc2dc\ud558\uace0 \ud2b9\uc815\ubb38\uc790( \ud83d\ude41 \ucf5c\ub860 ) ;( \uc138\ubbf8\ucf5c\ub860 ) ,( \ucf64\ub9c8 ) \ub4f1 ) \ub97c \uad6c\ubd84\ubb38\uc790\ub85c \ucc98\ub9ac\ud558\uace0\uc790 \ud55c\ub2e4\uba74 -F \uc635\uc158\uc744 \uc0ac\uc6a9\ud558\uba74 \ub428.<\/p>\n<p>&nbsp;&#8211; -F \uc635\uc158 \ub2e4\uc74c\uc5d0 \uc6d0\ud558\ub294 \ud2b9\uc815\ubb38\uc790\ub97c \uc9c0\uc815\ud558\uba74 \uadf8 \ubb38\uc790\ub97c \uad6c\ubd84\ubb38\uc790\ub85c \ud558\uc5ec \uac01\uac01\uc758 \ub2e8\uc5b4\ub4e4\uc744 \ubcc0\uc218\ub85c \ucc98\ub9ac\ud560 \uc218 \uc788\uc74c.<\/p>\n<p>&nbsp;&#8211; \uc0ac\uc6a9\ud615\uc2dd : awk [ \uc635\uc158 ] &#8216;\uc2a4\ud06c\ub9bd\ud2b8&#8217; [ \ubcc0\uc218=\uac12 ] [ \ud30c\uc77c&#8230; ]<br \/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; awk [ \uc635\uc158 ] [ -F ] &#8216;{ \uc2a4\ud06c\ub9bd\ud2b8 }&#8217;<\/p>\n<p>&nbsp;2. \/etc\/passwd \ud30c\uc77c\uc5d0\uc11c \uacc4\uc815\uba85( ID ) \ub9cc \ucd9c\ub825\ud558\uae30<\/p>\n<p>&nbsp;&#8211; cat \/etc\/passwd | awk -F: &#8216;{print $1}&#8217;<\/p>\n<p>&nbsp;3. \/etc\/passwd \ud30c\uc77c\uc5d0\uc11c \uac01\uac01\uc758 ID \uc640 \ud648\ub514\ub809\ud1a0\ub9ac\ub9cc\uc744 \ucd9c\ub825\ud558\uae30<\/p>\n<p>&nbsp;&#8211; cat \/etc\/passwd | awk -F: &#8216;{print $1&#8243; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#8220;$6}&#8217;<\/p>\n<p>&nbsp;&#8211; \uac01\uac01\uc758 ID \uc640 \ud648\ub514\ub809\ud1a0\ub9ac\ub97c \uc870\uc0ac\ud558\uace0\uc790 \ud560 \ub54c\uc5d0 \uc8fc\ub85c \uc0ac\uc6a9\ub418\ub294 \ubc29\ubc95\uc784.<\/p>\n<p>&nbsp;4. \/etc\/passwd \ud30c\uc77c\uc744 \uc774\uc6a9\ud55c \/etc\/group \ud30c\uc77c\ub0b4\uc6a9 \ub9cc\ub4e4\uae30<\/p>\n<p>&nbsp;&#8211; cat \/etc\/passwd | awk -F: &#8216;{print $1&#8243;:x:&#8221;$4&#8243;:&#8221;}&#8217;<\/p>\n<p>&nbsp;5. \/etc\/passwd \ud30c\uc77c\uc744 \uc774\uc6a9\ud55c \/etc\/shadow \ud30c\uc77c\ub0b4\uc6a9 \ub9cc\ub4e4\uae30<\/p>\n<p>&nbsp;&#8211; grep home \/etc\/passwd | awk -F: &#8216;{print &#8220;grep &#8220;$1&#8243; \/etc\/shadow&#8221;}&#8217;<\/p>\n<p>&nbsp;&#8211;<br \/>\n&#8221; grep home \/etc\/passwd &#8221; \uc758 \uc758\ubbf8\ub294 \/etc\/passwd \ud30c\uc77c\ub0b4\uc5d0\uc11c home \uc774\ub77c\ub294 \ubb38\uc790\ub97c \uac00\uc9c4 \ud589\ub4e4\uc740<br \/>\n\ubaa8\ub450 \ucd9c\ub825\ud558\ub77c\ub294 \uac83\uc784. \uc989, \/etc\/passwd \ud30c\uc77c\uc5d0\uc11c \uc2e4\uacc4\uc815\uc744 \uc0ac\uc6a9\ud558\ub294 \uacc4\uc815\ub4e4\uc774\ub77c\uba74 \uadf8 \ud648\ub514\ub809\ud1a0\ub9ac\uac00 home \uc774\ub77c\ub294 \uac83\uc5d0\uc11c<br \/>\n\ucc29\uc548\ud55c \uac83.<\/p>\n<p>&nbsp;6. \/home \ub514\ub809\ud1a0\ub9ac\uc758 \uac01 \uacc4\uc815\ubcc4\ub85c \uc555\ucd95\ud558\ub294 \uba85\ub839\uc5b4 \ub9cc\ub4e4\uae30<\/p>\n<p>&nbsp;&#8211; ls -l \/home | grep &#8220;^d&#8221; | awk &#8216;{print &#8220;tar xvfpz &#8221; $9&#8243;.tar.gz&#8221; &#8220;\/home\/&#8221;$9}&#8217;<\/p>\n<p>&nbsp;&#8211; \uba85\ub839\uc5b4 \uc2e4\ud589\uc758 \uacb0\uacfc\ub97c vi \ub85c \uc791\uc131\ud6c4 \ub9e8 \uccab\ubc88\uc9f8 \ud589\uc5d0 \ubc18\ub4dc\uc2dc #!\/bin\/bash \ub97c \uc785\ub825\ud55c\ub2e4.<\/p>\n<p>&nbsp;7. \uac01\uac01 \ub2e4\ub978 \uc5ec\ub7ec\ub514\ub809\ud1a0\ub9ac \ub0b4\uc5d0 \ub3d9\uc77c\ud55c \ud30c\uc77c\uc744 vi \ub85c \uc218\uc815\ud558\ub294 \uba85\ub839\uc5b4 \ub9cc\ub4e4\uae30<\/p>\n<p>&nbsp;&#8211; ls -l | grep &#8220;^d&#8221; | awk &#8216;{print &#8220;vi &#8220;$9&#8243;\/home.html&#8221;}&#8217;3<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp;1. \ud2b9\uc815 \ud328\ud134\uc758 \ubb38\uc790\ub4e4\uc744 \uc6d0\ud558\ub294 \ud3ec\ub9f7\uc73c\ub85c \ucc98\ub9ac\ud558\ub294 \uac15\ub825\ud55c \uc720\ud2f8\ub9ac\ud2f0 awk \uac1c\ub860 &nbsp;&#8211; awk \ub294 \uae30\ubcf8\uc801\uc73c\ub85c \ud0ed \ub610\ub294 \uacf5\ubc31\uc73c\ub85c \uad6c\ubd84\ub418\ub294 \uac01\uac01\uc758 \ub2e8\uc5b4\ub4e4\uc744 \ud558\ub098\uc758 \ubcc0\uc218\ub85c \ucc98\ub9ac\ud568. \ud0ed\uacfc \uacf5\ubc31\uc744 \uae30\ubcf8\uc801\uc778 \uad6c\ubd84\ubb38\uc790\ub85c \uc0ac\uc6a9\ud55c\ub2e4\ub294 \uc758\ubbf8\uc784. &nbsp;&#8211; \ud0ed\uacfc \uacf5\ubc31\uc744 \ubb34\uc2dc\ud558\uace0 \ud2b9\uc815\ubb38\uc790( \ud83d\ude41 \ucf5c\ub860 ) ;( \uc138\ubbf8\ucf5c\ub860 &hellip; <a href=\"http:\/\/pchero21.com\/?p=23\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[25],"tags":[],"_links":{"self":[{"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/posts\/23"}],"collection":[{"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/pchero21.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=23"}],"version-history":[{"count":0,"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/posts\/23\/revisions"}],"wp:attachment":[{"href":"http:\/\/pchero21.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=23"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/pchero21.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=23"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/pchero21.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=23"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}