
{"id":2340,"date":"2018-02-27T16:49:37","date_gmt":"2018-02-27T08:49:37","guid":{"rendered":"https:\/\/www.webteach.tw\/?p=2340"},"modified":"2018-02-27T16:49:37","modified_gmt":"2018-02-27T08:49:37","slug":"%e8%87%aa%e5%8b%95%e5%9f%b7%e8%a1%8c","status":"publish","type":"post","link":"https:\/\/www.webteach.tw\/?p=2340","title":{"rendered":"[ Linux ] &#8211; Ubuntu \u958b\u6a5f \u81ea\u52d5\u57f7\u884c \u6307\u4ee4"},"content":{"rendered":"<div style='text-align:center' class='yasr-auto-insert-overall'><\/div><div style='text-align:center' class='yasr-auto-insert-visitor'><\/div><div style=\"margin-top: 0px; margin-bottom: 0px;\" class=\"sharethis-inline-share-buttons\" ><\/div><p>\t\t\t\t\u7167\u8cab\u4f8b\u5148\u8aaa\u6211\u7684\u4f7f\u7528\u60c5\u5883\uff0c\u56e0\u70ba\u6211\u7684ubuntu \u6709\u88dd webserver\uff0c\u7db2\u9801\u7684\u57f7\u884c\u8def\u5f91\u662f var\/www\/html\uff0c\u4f46\u56e0\u70ba\u6211\u662f\u88dd\u684c\u9762\u7248\u7684\u6703\u7528\u5230\u5bb6\u76ee\u9304\uff0c\u6240\u4ee5\u6211\u4e0d\u6253\u7b97\u5c07\u6211\u7684\u5e33\u865f\u7684\u4e3b\u5bb6\u76ee\u9304\u6539\u6210 var\/www\/html\uff0c\u90a3\u8981\u600e\u9ebc\u89e3\u6c7a\u5462\uff1f\u4ee5\u4e0b\u662f\u6211\u7684\u4f5c\u6cd5<br \/>\n\u5728home\u4e2d\u65b0\u589e\u4e00\u500bweb\u8cc7\u6599\u593e\uff0c\u7136\u5f8c\u900f\u904emount \u5c07 \/var\/www\/html \u639b\u8f09\u5230 \/home\/web \u6307\u4ee4\uff1amount &#8211;bind \/var\/www\/html \/home\/jeff\/web<br \/>\n<!--more--><br \/>\n\u4e4b\u5f8c\u5728\u767b\u5165ftp\u5c31\u53ef\u4ee5\u5728 \/home\/jeff\/web\u4e2d\u770b\u5230 \/var\/www\/html \u7684\u6240\u6709\u6a94\u6848\uff0c\u9019\u908a\u8981\u8a18\u5f97\u5c07 \/html\u7684\u76ee\u9304\u7fa4\u7d44\u8a2d\u70ba\u76ee\u524d\u767b\u5165\u7684\u4f7f\u7528\u8005 \u6211\u7684\u4f8b\u5b50\u662froot\u6b0a\u9650\u4f7f\u7528\u8005\u6240\u4ee5\u6c92\u5dee<br \/>\n\u5982\u679c\u4f60\u4ee5\u70ba\u554f\u984c\u5c31\u9019\u9ebc\u89e3\u6c7a\u4e86\uff0c\u90a3\u6211\u4e5f\u4e0d\u6703\u5beb\u9019\u7bc7\u4e86\uff0c\u56e0\u70bamount \u6307\u4ee4\u53ea\u8981\u91cd\u958b\u6a5f\u5c31\u6703\u5931\u6548\uff1b\u89e3\u6cd5\u7576\u7136\u5c31\u662f \u6bcf\u6b21\u958b\u6a5f\u5c31\u81ea\u52d5\u7684\u57f7\u884cmount.<br \/>\n\u5148\u767b\u5165\u6307\u4ee4\u8996\u7a97\u518d\u7528\u6700\u5927\u6b0a\u9650\u767b\u5165 \u6307\u4ee4\uff1asudo su \uff08\u8f38\u5165\u5bc6\u78bc\uff09<br \/>\n\u79fb\u5230 \/etc\/init.d \u8cc7\u6599\u593e \u6307\u4ee4\uff1acd \/etc\/init.d<br \/>\n\u65b0\u589e autorun.sh \u6307\u4ee4\uff1avi autorun.sh<br \/>\n#! \/bin\/sh<br \/>\nmount &#8211;bind \/var\/www\/html \/home\/jeff\/web<br \/>\n\u7136\u5f8c\u5b58\u6a94<br \/>\n\u4fee\u6539 autorun.sh\u57f7\u884c\u6b0a\u9650 \u6307\u4ee4\uff1achmod 755 autorun.sh<br \/>\n\u518d\u57f7\u884c \u6307\u4ee4\uff1asudo update-rc.d autorun.sh default 90<br \/>\n\u7d50\u679c\u51fa\u73fe \u9019\u500b\u932f\u8aa4\u8a0a\u606f missing LSB tags and overrides<br \/>\n\u5c07autorun.sh\u6539\u4e00\u4e0b\u5167\u5bb9<br \/>\n#!\/bin\/sh<br \/>\n### BEGIN INIT INFO<br \/>\n# Provides:          php_fastcgi.sh<br \/>\n# Required-Start:    $local_fs $remote_fs $network $syslog<br \/>\n# Required-Stop:     $local_fs $remote_fs $network $syslog<br \/>\n# Default-Start:     2 3 4 5<br \/>\n# Default-Stop:      0 1 6<br \/>\n# Short-Description: starts the php_fastcgi daemon<br \/>\n# Description:       starts php_fastcgi using start-stop-daemon<br \/>\n### END INIT INFO<br \/>\nmount &#8211;bind \/var\/www\/html \/home\/jeff\/web<br \/>\n\u7136\u5f8c\u5b58\u6a94<br \/>\n\u518d\u57f7\u884c \u6307\u4ee4\uff1asudo update-rc.d default 90<br \/>\n\u9019\u6b21\u5c31\u6c92\u8dd1\u51fa\u932f\u8aa4\u8a0a\u606f\u4e86\uff0c\u518d\u4f86\u91cd\u958b\u6a5f\u770b\u770b\u6709\u6c92\u6709\u81ea\u52d5\u639b\u8f09\u3002\u7d50\u679c\u5982\u9810\u671f\u8b9a\uff0c\u6536\u5de5\u3002\t\t<\/p>\n<div style='text-align:center' class='yasr-auto-insert-overall'><\/div><div style='text-align:center' class='yasr-auto-insert-visitor'><\/div>","protected":false},"excerpt":{"rendered":"<p>\u7167\u8cab\u4f8b\u5148\u8aaa\u6211\u7684\u4f7f\u7528\u60c5\u5883\uff0c\u56e0\u70ba\u6211\u7684ubun [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"yasr_overall_rating":0,"yasr_post_is_review":"","yasr_auto_insert_disabled":"","yasr_review_type":"","footnotes":""},"categories":[32],"tags":[370,574,1130,1239],"class_list":["post-2340","post","type-post","status-publish","format-standard","hentry","category-linux","tag-linux","tag-ubuntu","tag-1130","tag-1239"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[ Linux ] - Ubuntu \u958b\u6a5f \u81ea\u52d5\u57f7\u884c \u6307\u4ee4 - \u6df7\u6c34\u6478\u9b5a<\/title>\n<meta name=\"description\" content=\"\u7167\u8cab\u4f8b\u5148\u8aaa\u6211\u7684\u4f7f\u7528\u60c5\u5883\uff0c\u56e0\u70ba\u6211\u7684ubuntu \u6709\u88dd webserver\uff0c\u7db2\u9801\u7684\u57f7\u884c\u8def\u5f91\u662f var\/www\/html\uff0c\u4f46\u56e0\u70ba\u6211\u662f\u88dd\u684c\u9762\u7248\u7684\u6703\u7528\u5230\u5bb6\u76ee\u9304\uff0c\u6240\u4ee5\u6211\u4e0d\u6253\u7b97\u5c07\u6211\u7684\u5e33\u865f\u7684\u4e3b\u5bb6\u76ee\u9304\u6539\u6210 var\/www\/html\uff0c\u90a3\u8981\u600e\u9ebc\u89e3\u6c7a\u5462\uff1f\u4ee5\u4e0b\u662f\u6211\u7684\u4f5c\u6cd5 \u5728home\u4e2d\u65b0\u589e\u4e00\u500bweb\u8cc7\u6599\u593e\uff0c\u7136\u5f8c\u900f\u904emount \u5c07 \/var\/www\/html \u639b\u8f09\u5230 \/home\/web \u6307\u4ee4\uff1amount --bind \/var\/www\/html \/home\/jeff\/web\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.webteach.tw\/?p=2340\" \/>\n<meta property=\"og:locale\" content=\"zh_TW\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[ Linux ] - Ubuntu \u958b\u6a5f \u81ea\u52d5\u57f7\u884c \u6307\u4ee4 - \u6df7\u6c34\u6478\u9b5a\" \/>\n<meta property=\"og:description\" content=\"\u7167\u8cab\u4f8b\u5148\u8aaa\u6211\u7684\u4f7f\u7528\u60c5\u5883\uff0c\u56e0\u70ba\u6211\u7684ubuntu \u6709\u88dd webserver\uff0c\u7db2\u9801\u7684\u57f7\u884c\u8def\u5f91\u662f var\/www\/html\uff0c\u4f46\u56e0\u70ba\u6211\u662f\u88dd\u684c\u9762\u7248\u7684\u6703\u7528\u5230\u5bb6\u76ee\u9304\uff0c\u6240\u4ee5\u6211\u4e0d\u6253\u7b97\u5c07\u6211\u7684\u5e33\u865f\u7684\u4e3b\u5bb6\u76ee\u9304\u6539\u6210 var\/www\/html\uff0c\u90a3\u8981\u600e\u9ebc\u89e3\u6c7a\u5462\uff1f\u4ee5\u4e0b\u662f\u6211\u7684\u4f5c\u6cd5 \u5728home\u4e2d\u65b0\u589e\u4e00\u500bweb\u8cc7\u6599\u593e\uff0c\u7136\u5f8c\u900f\u904emount \u5c07 \/var\/www\/html \u639b\u8f09\u5230 \/home\/web \u6307\u4ee4\uff1amount --bind \/var\/www\/html \/home\/jeff\/web\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.webteach.tw\/?p=2340\" \/>\n<meta property=\"og:site_name\" content=\"\u6df7\u6c34\u6478\u9b5a\" \/>\n<meta property=\"article:published_time\" content=\"2018-02-27T08:49:37+00:00\" \/>\n<meta name=\"author\" content=\"jeff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005:\" \/>\n\t<meta name=\"twitter:data1\" content=\"jeff\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9810\u4f30\u95b1\u8b80\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=2340#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=2340\"},\"author\":{\"name\":\"jeff\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/#\\\/schema\\\/person\\\/d434d754fd581338113eecfa923d7520\"},\"headline\":\"[ Linux ] &#8211; Ubuntu \u958b\u6a5f \u81ea\u52d5\u57f7\u884c \u6307\u4ee4\",\"datePublished\":\"2018-02-27T08:49:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=2340\"},\"wordCount\":132,\"commentCount\":0,\"keywords\":[\"linux\",\"Ubuntu\",\"\u81ea\u52d5\u57f7\u884c\",\"\u958b\u6a5f\"],\"articleSection\":[\"Linux\"],\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.webteach.tw\\\/?p=2340#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=2340\",\"url\":\"https:\\\/\\\/www.webteach.tw\\\/?p=2340\",\"name\":\"[ Linux ] - Ubuntu \u958b\u6a5f \u81ea\u52d5\u57f7\u884c \u6307\u4ee4 - \u6df7\u6c34\u6478\u9b5a\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/#website\"},\"datePublished\":\"2018-02-27T08:49:37+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/#\\\/schema\\\/person\\\/d434d754fd581338113eecfa923d7520\"},\"description\":\"\u7167\u8cab\u4f8b\u5148\u8aaa\u6211\u7684\u4f7f\u7528\u60c5\u5883\uff0c\u56e0\u70ba\u6211\u7684ubuntu \u6709\u88dd webserver\uff0c\u7db2\u9801\u7684\u57f7\u884c\u8def\u5f91\u662f var\\\/www\\\/html\uff0c\u4f46\u56e0\u70ba\u6211\u662f\u88dd\u684c\u9762\u7248\u7684\u6703\u7528\u5230\u5bb6\u76ee\u9304\uff0c\u6240\u4ee5\u6211\u4e0d\u6253\u7b97\u5c07\u6211\u7684\u5e33\u865f\u7684\u4e3b\u5bb6\u76ee\u9304\u6539\u6210 var\\\/www\\\/html\uff0c\u90a3\u8981\u600e\u9ebc\u89e3\u6c7a\u5462\uff1f\u4ee5\u4e0b\u662f\u6211\u7684\u4f5c\u6cd5 \u5728home\u4e2d\u65b0\u589e\u4e00\u500bweb\u8cc7\u6599\u593e\uff0c\u7136\u5f8c\u900f\u904emount \u5c07 \\\/var\\\/www\\\/html \u639b\u8f09\u5230 \\\/home\\\/web \u6307\u4ee4\uff1amount --bind \\\/var\\\/www\\\/html \\\/home\\\/jeff\\\/web\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=2340#breadcrumb\"},\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.webteach.tw\\\/?p=2340\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=2340#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/www.webteach.tw\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[ Linux ] &#8211; Ubuntu \u958b\u6a5f \u81ea\u52d5\u57f7\u884c \u6307\u4ee4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/#website\",\"url\":\"https:\\\/\\\/www.webteach.tw\\\/\",\"name\":\"\u6df7\u6c34\u6478\u9b5a\",\"description\":\"\u5b78\u7121\u6b62\u5883,\u6559\u5b78\u76f8\u9577\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.webteach.tw\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-TW\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/#\\\/schema\\\/person\\\/d434d754fd581338113eecfa923d7520\",\"name\":\"jeff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-TW\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5797200e421b670a2ce64d6e7382054c69b231d4aab55742c96bb1e51bc9fefc?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5797200e421b670a2ce64d6e7382054c69b231d4aab55742c96bb1e51bc9fefc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5797200e421b670a2ce64d6e7382054c69b231d4aab55742c96bb1e51bc9fefc?s=96&d=mm&r=g\",\"caption\":\"jeff\"},\"sameAs\":[\"http:\\\/\\\/35.72.55.111\"],\"url\":\"https:\\\/\\\/www.webteach.tw\\\/?author=1\"},false]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[ Linux ] - Ubuntu \u958b\u6a5f \u81ea\u52d5\u57f7\u884c \u6307\u4ee4 - \u6df7\u6c34\u6478\u9b5a","description":"\u7167\u8cab\u4f8b\u5148\u8aaa\u6211\u7684\u4f7f\u7528\u60c5\u5883\uff0c\u56e0\u70ba\u6211\u7684ubuntu \u6709\u88dd webserver\uff0c\u7db2\u9801\u7684\u57f7\u884c\u8def\u5f91\u662f var\/www\/html\uff0c\u4f46\u56e0\u70ba\u6211\u662f\u88dd\u684c\u9762\u7248\u7684\u6703\u7528\u5230\u5bb6\u76ee\u9304\uff0c\u6240\u4ee5\u6211\u4e0d\u6253\u7b97\u5c07\u6211\u7684\u5e33\u865f\u7684\u4e3b\u5bb6\u76ee\u9304\u6539\u6210 var\/www\/html\uff0c\u90a3\u8981\u600e\u9ebc\u89e3\u6c7a\u5462\uff1f\u4ee5\u4e0b\u662f\u6211\u7684\u4f5c\u6cd5 \u5728home\u4e2d\u65b0\u589e\u4e00\u500bweb\u8cc7\u6599\u593e\uff0c\u7136\u5f8c\u900f\u904emount \u5c07 \/var\/www\/html \u639b\u8f09\u5230 \/home\/web \u6307\u4ee4\uff1amount --bind \/var\/www\/html \/home\/jeff\/web","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:\/\/www.webteach.tw\/?p=2340","og_locale":"zh_TW","og_type":"article","og_title":"[ Linux ] - Ubuntu \u958b\u6a5f \u81ea\u52d5\u57f7\u884c \u6307\u4ee4 - \u6df7\u6c34\u6478\u9b5a","og_description":"\u7167\u8cab\u4f8b\u5148\u8aaa\u6211\u7684\u4f7f\u7528\u60c5\u5883\uff0c\u56e0\u70ba\u6211\u7684ubuntu \u6709\u88dd webserver\uff0c\u7db2\u9801\u7684\u57f7\u884c\u8def\u5f91\u662f var\/www\/html\uff0c\u4f46\u56e0\u70ba\u6211\u662f\u88dd\u684c\u9762\u7248\u7684\u6703\u7528\u5230\u5bb6\u76ee\u9304\uff0c\u6240\u4ee5\u6211\u4e0d\u6253\u7b97\u5c07\u6211\u7684\u5e33\u865f\u7684\u4e3b\u5bb6\u76ee\u9304\u6539\u6210 var\/www\/html\uff0c\u90a3\u8981\u600e\u9ebc\u89e3\u6c7a\u5462\uff1f\u4ee5\u4e0b\u662f\u6211\u7684\u4f5c\u6cd5 \u5728home\u4e2d\u65b0\u589e\u4e00\u500bweb\u8cc7\u6599\u593e\uff0c\u7136\u5f8c\u900f\u904emount \u5c07 \/var\/www\/html \u639b\u8f09\u5230 \/home\/web \u6307\u4ee4\uff1amount --bind \/var\/www\/html \/home\/jeff\/web","og_url":"https:\/\/www.webteach.tw\/?p=2340","og_site_name":"\u6df7\u6c34\u6478\u9b5a","article_published_time":"2018-02-27T08:49:37+00:00","author":"jeff","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005:":"jeff","\u9810\u4f30\u95b1\u8b80\u6642\u9593":"1 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.webteach.tw\/?p=2340#article","isPartOf":{"@id":"https:\/\/www.webteach.tw\/?p=2340"},"author":{"name":"jeff","@id":"https:\/\/www.webteach.tw\/#\/schema\/person\/d434d754fd581338113eecfa923d7520"},"headline":"[ Linux ] &#8211; Ubuntu \u958b\u6a5f \u81ea\u52d5\u57f7\u884c \u6307\u4ee4","datePublished":"2018-02-27T08:49:37+00:00","mainEntityOfPage":{"@id":"https:\/\/www.webteach.tw\/?p=2340"},"wordCount":132,"commentCount":0,"keywords":["linux","Ubuntu","\u81ea\u52d5\u57f7\u884c","\u958b\u6a5f"],"articleSection":["Linux"],"inLanguage":"zh-TW","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.webteach.tw\/?p=2340#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.webteach.tw\/?p=2340","url":"https:\/\/www.webteach.tw\/?p=2340","name":"[ Linux ] - Ubuntu \u958b\u6a5f \u81ea\u52d5\u57f7\u884c \u6307\u4ee4 - \u6df7\u6c34\u6478\u9b5a","isPartOf":{"@id":"https:\/\/www.webteach.tw\/#website"},"datePublished":"2018-02-27T08:49:37+00:00","author":{"@id":"https:\/\/www.webteach.tw\/#\/schema\/person\/d434d754fd581338113eecfa923d7520"},"description":"\u7167\u8cab\u4f8b\u5148\u8aaa\u6211\u7684\u4f7f\u7528\u60c5\u5883\uff0c\u56e0\u70ba\u6211\u7684ubuntu \u6709\u88dd webserver\uff0c\u7db2\u9801\u7684\u57f7\u884c\u8def\u5f91\u662f var\/www\/html\uff0c\u4f46\u56e0\u70ba\u6211\u662f\u88dd\u684c\u9762\u7248\u7684\u6703\u7528\u5230\u5bb6\u76ee\u9304\uff0c\u6240\u4ee5\u6211\u4e0d\u6253\u7b97\u5c07\u6211\u7684\u5e33\u865f\u7684\u4e3b\u5bb6\u76ee\u9304\u6539\u6210 var\/www\/html\uff0c\u90a3\u8981\u600e\u9ebc\u89e3\u6c7a\u5462\uff1f\u4ee5\u4e0b\u662f\u6211\u7684\u4f5c\u6cd5 \u5728home\u4e2d\u65b0\u589e\u4e00\u500bweb\u8cc7\u6599\u593e\uff0c\u7136\u5f8c\u900f\u904emount \u5c07 \/var\/www\/html \u639b\u8f09\u5230 \/home\/web \u6307\u4ee4\uff1amount --bind \/var\/www\/html \/home\/jeff\/web","breadcrumb":{"@id":"https:\/\/www.webteach.tw\/?p=2340#breadcrumb"},"inLanguage":"zh-TW","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.webteach.tw\/?p=2340"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.webteach.tw\/?p=2340#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/www.webteach.tw\/"},{"@type":"ListItem","position":2,"name":"[ Linux ] &#8211; Ubuntu \u958b\u6a5f \u81ea\u52d5\u57f7\u884c \u6307\u4ee4"}]},{"@type":"WebSite","@id":"https:\/\/www.webteach.tw\/#website","url":"https:\/\/www.webteach.tw\/","name":"\u6df7\u6c34\u6478\u9b5a","description":"\u5b78\u7121\u6b62\u5883,\u6559\u5b78\u76f8\u9577","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.webteach.tw\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-TW"},{"@type":"Person","@id":"https:\/\/www.webteach.tw\/#\/schema\/person\/d434d754fd581338113eecfa923d7520","name":"jeff","image":{"@type":"ImageObject","inLanguage":"zh-TW","@id":"https:\/\/secure.gravatar.com\/avatar\/5797200e421b670a2ce64d6e7382054c69b231d4aab55742c96bb1e51bc9fefc?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5797200e421b670a2ce64d6e7382054c69b231d4aab55742c96bb1e51bc9fefc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5797200e421b670a2ce64d6e7382054c69b231d4aab55742c96bb1e51bc9fefc?s=96&d=mm&r=g","caption":"jeff"},"sameAs":["http:\/\/35.72.55.111"],"url":"https:\/\/www.webteach.tw\/?author=1"},false]}},"views":782,"yasr_visitor_votes":{"stars_attributes":{"read_only":false,"span_bottom":false},"number_of_votes":0,"sum_votes":0},"_links":{"self":[{"href":"https:\/\/www.webteach.tw\/index.php?rest_route=\/wp\/v2\/posts\/2340","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.webteach.tw\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.webteach.tw\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2340"}],"version-history":[{"count":0,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=\/wp\/v2\/posts\/2340\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.webteach.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2340"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2340"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2340"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}