{"id":102,"date":"2025-06-14T09:05:43","date_gmt":"2025-06-14T00:05:43","guid":{"rendered":"https:\/\/ohsland.kr\/?p=102"},"modified":"2025-06-14T09:05:47","modified_gmt":"2025-06-14T00:05:47","slug":"%ec%9a%b0%eb%b6%84%ed%88%ac%ec%97%90%ec%84%9c-samba%eb%a1%9c-%eb%84%a4%ed%8a%b8%ec%9b%8c%ed%81%ac-%ea%b3%b5%ec%9c%a0-%ed%8c%8c%ec%9d%bc-%ec%84%9c%eb%b2%84-%ec%84%a4%ec%a0%95%ed%95%98%eb%8a%94","status":"publish","type":"post","link":"https:\/\/ohsland.kr\/?p=102","title":{"rendered":"\uc6b0\ubd84\ud22c\uc5d0\uc11c Samba\ub85c \ub124\ud2b8\uc6cc\ud06c \uacf5\uc720 \ud30c\uc77c \uc11c\ubc84 \uc124\uc815\ud558\ub294 \ubc29\ubc95 (2025 \ucd5c\uc2e0 \uac00\uc774\ub4dc)"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">\ud83d\udd0d \uc694\uc57d<\/h3>\n\n\n\n<p>\uc6b0\ubd84\ud22c(Ubuntu) \ud658\uacbd\uc5d0\uc11c Windows \ubc0f Linux \uac04 \ud30c\uc77c \uacf5\uc720\ub97c \uc704\ud55c \ub124\ud2b8\uc6cc\ud06c \uacf5\uc720 \uc11c\ubc84\ub97c \ub9cc\ub4dc\ub294 \uac00\uc7a5 \uc77c\ubc18\uc801\uc778 \ubc29\ubc95\uc740 <strong>Samba \uc11c\ubc84<\/strong>\ub97c \uc0ac\uc6a9\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \uc774 \uac00\uc774\ub4dc\ub294 Samba \uc124\uce58\ubd80\ud130 \uacf5\uc720 \ud3f4\ub354 \uc124\uc815, \ud074\ub77c\uc774\uc5b8\ud2b8 \uc811\uc18d, \ubcf4\uc548 \ud301\uae4c\uc9c0 <strong>\uc2e4\ubb34 \uc911\uc2ec\uc73c\ub85c \ub2e8\uacc4\ubcc4 \uc815\ub9ac<\/strong>\ud55c \ucd5c\uc2e0 \ub9e4\ub274\uc5bc\uc785\ub2c8\ub2e4.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<ul class=\"wp-block-list\"><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83e\uddf0 1. Samba \uc124\uce58<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo apt update<br>sudo apt install samba -y<br><\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udcc1 2. \uacf5\uc720\ud560 \ub514\ub809\ud1a0\ub9ac \uc0dd\uc131<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo mkdir -p \/srv\/shared<br>sudo chmod 777 \/srv\/shared<br><\/code><\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\ud83d\udd12 \ud544\uc694 \uc2dc \uc0ac\uc6a9\uc790 \uc804\uc6a9 \uad8c\ud55c \uc124\uc815 \uac00\ub2a5 (<code>chmod<\/code> \ub300\uc2e0 <code>chown<\/code> \uc0ac\uc6a9)<\/p>\n<\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2699\ufe0f 3. Samba \uc124\uc815 \ud30c\uc77c \uc218\uc815<\/h2>\n\n\n\n<p>\uc124\uc815 \ud30c\uc77c \uc5f4\uae30:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo nano \/etc\/samba\/smb.conf<br><\/code><\/pre>\n\n\n\n<p>\ub9e8 \uc544\ub798\uc5d0 \ub2e4\uc74c \ub0b4\uc6a9 \ucd94\uac00:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">[<code>SharedFolder]<br>   path = \/srv\/shared<br>   browseable = yes<br>   writable = yes<br>   guest ok = yes<br>   read only = no<br>   create mask = 0777<br>   directory mask = 0777<br><\/code><\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u2705 <code>guest ok = yes<\/code> \uc124\uc815 \uc2dc \ub85c\uadf8\uc778 \uc5c6\uc774 \uc811\uadfc \uac00\ub2a5<br>\u26a0\ufe0f <strong>\ubcf4\uc548\uc0c1 \ub0b4\ubd80 \ub124\ud2b8\uc6cc\ud06c\uc5d0\uc11c\ub9cc \uc0ac\uc6a9 \uad8c\uc7a5<\/strong><\/p>\n<\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udc64 4. Samba \uc0ac\uc6a9\uc790 \ucd94\uac00 (\uc635\uc158 &#8211; \ub85c\uadf8\uc778 \ubc29\uc2dd)<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo adduser \uacf5\uc720\uc6a9\uc720\uc800<br>sudo smbpasswd -a \uacf5\uc720\uc6a9\uc720\uc800<br><\/code><\/pre>\n\n\n\n<p><code>smb.conf<\/code> \uc124\uc815\uc5d0\uc11c <code>guest ok = no<\/code>\ub85c \ubc14\uafb8\uace0 \ub2e4\uc74c \ucd94\uac00:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>valid users = \uacf5\uc720\uc6a9\uc720\uc800<br><\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd04 5. Samba \uc11c\ube44\uc2a4 \uc7ac\uc2dc\uc791<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo systemctl restart smbd<br><\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd25 6. UFW \ubc29\ud654\ubcbd \ud5c8\uc6a9<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo ufw allow 'Samba'<br><\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udcbb 7. \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0\uc11c Samba \uacf5\uc720 \uc811\uc18d<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Windows \ud0d0\uc0c9\uae30<\/strong>: <code>\\\\\uc11c\ubc84IP\\SharedFolder<\/code><\/li>\n\n\n\n<li><strong>Linux CLI<\/strong>: <code>smbclient \/\/\uc11c\ubc84IP\/SharedFolder -U \uc0ac\uc6a9\uc790\uba85<\/code><\/li>\n\n\n\n<li><strong>Linux GUI \ud30c\uc77c \ud0d0\uc0c9\uae30<\/strong>: <code>smb:\/\/\uc11c\ubc84IP\/SharedFolder<\/code><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd01 8. \uc790\ub3d9 \ub9c8\uc6b4\ud2b8 \uc124\uc815 (Linux \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0\uc11c)<\/h2>\n\n\n\n<p><code>\/etc\/fstab<\/code>\uc5d0 \ub2e4\uc74c \ud56d\ubaa9 \ucd94\uac00:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\uac8c\uc2a4\ud2b8 \uc811\uc18d<\/strong>: <code>\/\/\uc11c\ubc84IP\/SharedFolder \/mnt\/shared cifs guest,uid=1000,iocharset=utf8 0 0<\/code><\/li>\n\n\n\n<li><strong>\uc0ac\uc6a9\uc790 \uc778\uc99d \uc811\uc18d<\/strong>: <code>\/\/\uc11c\ubc84IP\/SharedFolder \/mnt\/shared cifs username=\uc0ac\uc6a9\uc790,password=\ube44\ubc00\ubc88\ud638,uid=1000,iocharset=utf8 0 0<\/code><\/li>\n<\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\ud83d\udcc1 <code>\/mnt\/shared<\/code> \ub514\ub809\ud1a0\ub9ac\ub294 \ubbf8\ub9ac \ub9cc\ub4e4\uc5b4\uc57c \ud568<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo mkdir -p \/mnt\/shared<br><\/code><\/pre>\n<\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd10 \ubcf4\uc548 \ud301<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\uc678\ubd80 \ub124\ud2b8\uc6cc\ud06c\uc5d0\uc11c\ub294 Samba \uacf5\uc720 \ube44\ud65c\uc131\ud654<\/li>\n\n\n\n<li>\uc778\uc99d \ubc29\uc2dd \uc0ac\uc6a9 \uc2dc:\n<ul class=\"wp-block-list\">\n<li><code>guest ok = no<\/code><\/li>\n\n\n\n<li><code>valid users<\/code> \uc124\uc815 \ud544\uc218<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><code>\/srv\/shared<\/code>\uc5d0 <strong>\ubd88\ud544\uc694\ud55c \uc4f0\uae30 \uad8c\ud55c<\/strong> \ubd80\uc5ec \uc8fc\uc758<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udcce \uacb0\ub860<\/h3>\n\n\n\n<p>Ubuntu\uc5d0\uc11c Samba\ub97c \uc0ac\uc6a9\ud574 <strong>Windows \ubc0f Linux \uac04 \uc644\uc804\ud55c \ub124\ud2b8\uc6cc\ud06c \ud30c\uc77c \uacf5\uc720 \ud658\uacbd<\/strong>\uc744 \uc190\uc27d\uac8c \uad6c\ucd95\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br>\ubcf4\uc548 \uc124\uc815\uacfc \uc0ac\uc6a9\uc790 \uad8c\ud55c\ub9cc \uc798 \uc124\uc815\ud558\uba74 <strong>NAS \ub300\uccb4\uc6a9 \ud30c\uc77c \uc11c\ubc84\ub85c\ub3c4 \ucda9\ubd84<\/strong>\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc6b0\ubd84\ud22c\uc5d0\uc11c Samba\ub97c \uc774\uc6a9\ud574 Windows\uc640 Linux \uac04 \ud30c\uc77c \uacf5\uc720 \uc11c\ubc84\ub97c \uc124\uc815\ud558\ub294 \ubc29\ubc95\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc548\ub0b4\ud569\ub2c8\ub2e4. Samba \uc124\uce58, \uacf5\uc720 \ud3f4\ub354 \uc124\uc815, \uc0ac\uc6a9\uc790 \uc778\uc99d, \ubcf4\uc548 \ud301\uae4c\uc9c0 \uc644\ubcbd \uc815\ub9ac\ud55c 2025\ub144 \ucd5c\uc2e0 \uac00\uc774\ub4dc\uc785\ub2c8\ub2e4.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[236,240,237,239,232,235,233,231,238,234,230],"class_list":{"0":"post-102","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-webserver","7":"tag-linux---","8":"tag-samba--","11":"tag-ubuntu-samba","12":"tag-ubuntu--","13":"tag-233","14":"tag-231","15":"tag--nas-","16":"tag--samba-","17":"tag-230"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\uc6b0\ubd84\ud22c\uc5d0\uc11c Samba\ub85c \ub124\ud2b8\uc6cc\ud06c \uacf5\uc720 \ud30c\uc77c \uc11c\ubc84 \uc124\uc815\ud558\ub294 \ubc29\ubc95 (2025 \ucd5c\uc2e0 \uac00\uc774\ub4dc) - Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c<\/title>\n<meta name=\"description\" content=\"Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c -\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ohsland.kr\/?p=102\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc6b0\ubd84\ud22c\uc5d0\uc11c Samba\ub85c \ub124\ud2b8\uc6cc\ud06c \uacf5\uc720 \ud30c\uc77c \uc11c\ubc84 \uc124\uc815\ud558\ub294 \ubc29\ubc95 (2025 \ucd5c\uc2e0 \uac00\uc774\ub4dc) - Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c\" \/>\n<meta property=\"og:description\" content=\"Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c -\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ohsland.kr\/?p=102\" \/>\n<meta property=\"og:site_name\" content=\"Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100092592720482\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/profile.php?id=100092592720482\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-14T00:05:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-14T00:05:47+00:00\" \/>\n<meta name=\"author\" content=\"Oh Kwangho\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oh Kwangho\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ohsland.kr\/?p=102#article\",\"isPartOf\":{\"@id\":\"https:\/\/ohsland.kr\/?p=102\"},\"author\":{\"name\":\"Oh Kwangho\",\"@id\":\"https:\/\/ohsland.kr\/#\/schema\/person\/a76fdfaa7ddd45b19d23d41094957b90\"},\"headline\":\"\uc6b0\ubd84\ud22c\uc5d0\uc11c Samba\ub85c \ub124\ud2b8\uc6cc\ud06c \uacf5\uc720 \ud30c\uc77c \uc11c\ubc84 \uc124\uc815\ud558\ub294 \ubc29\ubc95 (2025 \ucd5c\uc2e0 \uac00\uc774\ub4dc)\",\"datePublished\":\"2025-06-14T00:05:43+00:00\",\"dateModified\":\"2025-06-14T00:05:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ohsland.kr\/?p=102\"},\"wordCount\":25,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/ohsland.kr\/#\/schema\/person\/a76fdfaa7ddd45b19d23d41094957b90\"},\"keywords\":[\"Linux \uc708\ub3c4\uc6b0 \ud30c\uc77c \uacf5\uc720\",\"Samba \ubcf4\uc548 \uc124\uc815\",\"Samba \uc11c\ubc84 \uc124\uce58\",\"Samba \uc790\ub3d9 \ub9c8\uc6b4\ud2b8\",\"Ubuntu Samba\",\"Ubuntu \uacf5\uc720 \ud3f4\ub354\",\"\ub124\ud2b8\uc6cc\ud06c \uacf5\uc720 \ud3f4\ub354\",\"\ub9ac\ub205\uc2a4 \ud30c\uc77c \uc11c\ubc84\",\"\uc6b0\ubd84\ud22c NAS \uc124\uc815\",\"\uc6b0\ubd84\ud22c Samba \uc124\uc815\",\"\uc6b0\ubd84\ud22c \ud30c\uc77c \uacf5\uc720\"],\"articleSection\":[\"Webserver\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/ohsland.kr\/?p=102#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ohsland.kr\/?p=102\",\"url\":\"https:\/\/ohsland.kr\/?p=102\",\"name\":\"\uc6b0\ubd84\ud22c\uc5d0\uc11c Samba\ub85c \ub124\ud2b8\uc6cc\ud06c \uacf5\uc720 \ud30c\uc77c \uc11c\ubc84 \uc124\uc815\ud558\ub294 \ubc29\ubc95 (2025 \ucd5c\uc2e0 \uac00\uc774\ub4dc) - Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c\",\"isPartOf\":{\"@id\":\"https:\/\/ohsland.kr\/#website\"},\"datePublished\":\"2025-06-14T00:05:43+00:00\",\"dateModified\":\"2025-06-14T00:05:47+00:00\",\"description\":\"Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c -\",\"breadcrumb\":{\"@id\":\"https:\/\/ohsland.kr\/?p=102#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ohsland.kr\/?p=102\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ohsland.kr\/?p=102#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ohsland.kr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc6b0\ubd84\ud22c\uc5d0\uc11c Samba\ub85c \ub124\ud2b8\uc6cc\ud06c \uacf5\uc720 \ud30c\uc77c \uc11c\ubc84 \uc124\uc815\ud558\ub294 \ubc29\ubc95 (2025 \ucd5c\uc2e0 \uac00\uc774\ub4dc)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ohsland.kr\/#website\",\"url\":\"https:\/\/ohsland.kr\/\",\"name\":\"OhsLAND \uc9c0\uc2dd\ubcf4\uad00\uc18c\",\"description\":\"\uc811\ud574\ubcf8 \ub2e4\uc591\ud55c \uc9c0\uc2dd\uc744 \uc815\ub9ac\ud568.\",\"publisher\":{\"@id\":\"https:\/\/ohsland.kr\/#\/schema\/person\/a76fdfaa7ddd45b19d23d41094957b90\"},\"alternateName\":\"OhsLAND \uc9c0\uc2dd\ubcf4\uad00\uc18c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ohsland.kr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/ohsland.kr\/#\/schema\/person\/a76fdfaa7ddd45b19d23d41094957b90\",\"name\":\"Oh Kwangho\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ohsland.kr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/ohsland.kr\/wp-content\/uploads\/2025\/05\/storeCI.png\",\"contentUrl\":\"https:\/\/ohsland.kr\/wp-content\/uploads\/2025\/05\/storeCI.png\",\"width\":610,\"height\":609,\"caption\":\"Oh Kwangho\"},\"logo\":{\"@id\":\"https:\/\/ohsland.kr\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/ohsland.kr\",\"https:\/\/www.facebook.com\/profile.php?id=100092592720482\",\"https:\/\/www.instagram.com\/ohslandcom\/\",\"https:\/\/www.youtube.com\/channel\/UCspZ3lvUc7OV8mTx8txqbEw\"],\"url\":\"https:\/\/ohsland.kr\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\uc6b0\ubd84\ud22c\uc5d0\uc11c Samba\ub85c \ub124\ud2b8\uc6cc\ud06c \uacf5\uc720 \ud30c\uc77c \uc11c\ubc84 \uc124\uc815\ud558\ub294 \ubc29\ubc95 (2025 \ucd5c\uc2e0 \uac00\uc774\ub4dc) - Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c","description":"Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ohsland.kr\/?p=102","og_locale":"en_US","og_type":"article","og_title":"\uc6b0\ubd84\ud22c\uc5d0\uc11c Samba\ub85c \ub124\ud2b8\uc6cc\ud06c \uacf5\uc720 \ud30c\uc77c \uc11c\ubc84 \uc124\uc815\ud558\ub294 \ubc29\ubc95 (2025 \ucd5c\uc2e0 \uac00\uc774\ub4dc) - Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c","og_description":"Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c -","og_url":"https:\/\/ohsland.kr\/?p=102","og_site_name":"Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100092592720482","article_author":"https:\/\/www.facebook.com\/profile.php?id=100092592720482","article_published_time":"2025-06-14T00:05:43+00:00","article_modified_time":"2025-06-14T00:05:47+00:00","author":"Oh Kwangho","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oh Kwangho","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ohsland.kr\/?p=102#article","isPartOf":{"@id":"https:\/\/ohsland.kr\/?p=102"},"author":{"name":"Oh Kwangho","@id":"https:\/\/ohsland.kr\/#\/schema\/person\/a76fdfaa7ddd45b19d23d41094957b90"},"headline":"\uc6b0\ubd84\ud22c\uc5d0\uc11c Samba\ub85c \ub124\ud2b8\uc6cc\ud06c \uacf5\uc720 \ud30c\uc77c \uc11c\ubc84 \uc124\uc815\ud558\ub294 \ubc29\ubc95 (2025 \ucd5c\uc2e0 \uac00\uc774\ub4dc)","datePublished":"2025-06-14T00:05:43+00:00","dateModified":"2025-06-14T00:05:47+00:00","mainEntityOfPage":{"@id":"https:\/\/ohsland.kr\/?p=102"},"wordCount":25,"commentCount":0,"publisher":{"@id":"https:\/\/ohsland.kr\/#\/schema\/person\/a76fdfaa7ddd45b19d23d41094957b90"},"keywords":["Linux \uc708\ub3c4\uc6b0 \ud30c\uc77c \uacf5\uc720","Samba \ubcf4\uc548 \uc124\uc815","Samba \uc11c\ubc84 \uc124\uce58","Samba \uc790\ub3d9 \ub9c8\uc6b4\ud2b8","Ubuntu Samba","Ubuntu \uacf5\uc720 \ud3f4\ub354","\ub124\ud2b8\uc6cc\ud06c \uacf5\uc720 \ud3f4\ub354","\ub9ac\ub205\uc2a4 \ud30c\uc77c \uc11c\ubc84","\uc6b0\ubd84\ud22c NAS \uc124\uc815","\uc6b0\ubd84\ud22c Samba \uc124\uc815","\uc6b0\ubd84\ud22c \ud30c\uc77c \uacf5\uc720"],"articleSection":["Webserver"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ohsland.kr\/?p=102#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ohsland.kr\/?p=102","url":"https:\/\/ohsland.kr\/?p=102","name":"\uc6b0\ubd84\ud22c\uc5d0\uc11c Samba\ub85c \ub124\ud2b8\uc6cc\ud06c \uacf5\uc720 \ud30c\uc77c \uc11c\ubc84 \uc124\uc815\ud558\ub294 \ubc29\ubc95 (2025 \ucd5c\uc2e0 \uac00\uc774\ub4dc) - Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c","isPartOf":{"@id":"https:\/\/ohsland.kr\/#website"},"datePublished":"2025-06-14T00:05:43+00:00","dateModified":"2025-06-14T00:05:47+00:00","description":"Ohsland \uc758 \uc9c0\uc2dd\ubcf4\uad00\uc18c -","breadcrumb":{"@id":"https:\/\/ohsland.kr\/?p=102#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ohsland.kr\/?p=102"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ohsland.kr\/?p=102#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ohsland.kr\/"},{"@type":"ListItem","position":2,"name":"\uc6b0\ubd84\ud22c\uc5d0\uc11c Samba\ub85c \ub124\ud2b8\uc6cc\ud06c \uacf5\uc720 \ud30c\uc77c \uc11c\ubc84 \uc124\uc815\ud558\ub294 \ubc29\ubc95 (2025 \ucd5c\uc2e0 \uac00\uc774\ub4dc)"}]},{"@type":"WebSite","@id":"https:\/\/ohsland.kr\/#website","url":"https:\/\/ohsland.kr\/","name":"OhsLAND \uc9c0\uc2dd\ubcf4\uad00\uc18c","description":"\uc811\ud574\ubcf8 \ub2e4\uc591\ud55c \uc9c0\uc2dd\uc744 \uc815\ub9ac\ud568.","publisher":{"@id":"https:\/\/ohsland.kr\/#\/schema\/person\/a76fdfaa7ddd45b19d23d41094957b90"},"alternateName":"OhsLAND \uc9c0\uc2dd\ubcf4\uad00\uc18c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ohsland.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/ohsland.kr\/#\/schema\/person\/a76fdfaa7ddd45b19d23d41094957b90","name":"Oh Kwangho","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ohsland.kr\/#\/schema\/person\/image\/","url":"https:\/\/ohsland.kr\/wp-content\/uploads\/2025\/05\/storeCI.png","contentUrl":"https:\/\/ohsland.kr\/wp-content\/uploads\/2025\/05\/storeCI.png","width":610,"height":609,"caption":"Oh Kwangho"},"logo":{"@id":"https:\/\/ohsland.kr\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/ohsland.kr","https:\/\/www.facebook.com\/profile.php?id=100092592720482","https:\/\/www.instagram.com\/ohslandcom\/","https:\/\/www.youtube.com\/channel\/UCspZ3lvUc7OV8mTx8txqbEw"],"url":"https:\/\/ohsland.kr\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/ohsland.kr\/index.php?rest_route=\/wp\/v2\/posts\/102","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ohsland.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ohsland.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ohsland.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ohsland.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=102"}],"version-history":[{"count":1,"href":"https:\/\/ohsland.kr\/index.php?rest_route=\/wp\/v2\/posts\/102\/revisions"}],"predecessor-version":[{"id":103,"href":"https:\/\/ohsland.kr\/index.php?rest_route=\/wp\/v2\/posts\/102\/revisions\/103"}],"wp:attachment":[{"href":"https:\/\/ohsland.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=102"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ohsland.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=102"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ohsland.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=102"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}