{"id":458,"date":"2024-10-11T12:32:29","date_gmt":"2024-10-11T11:32:29","guid":{"rendered":"http:\/\/monkey.ploogie.co.uk\/?page_id=458"},"modified":"2024-10-11T12:32:29","modified_gmt":"2024-10-11T11:32:29","slug":"mwnci-isowner-function","status":"publish","type":"page","link":"https:\/\/monkey.ploogie.co.uk\/index.php\/mwnci-isowner-function\/","title":{"rendered":"Mwnci isowner() Function"},"content":{"rendered":"<h2>Syntax<\/h2>\n<p>isowner<strong>(<em>string<\/em>, <em>string<\/em>)<\/strong><\/p>\n<h2>Description<\/h2>\n<p>The <i>isowner()<\/i> function returns <em>true<\/em> if the path points to a file owned by the named user. If the user is not named, then the username of the current process is used.<\/p>\n<h2>Example<\/h2>\n<pre>include(\"file\")\r\nprintln(isowner(\"\/dev\/loop0\", \"eccles\"))\r\nprintln(isowner(\"\/home\/eccles\/.profile\", \"eccles\"))\r\nprintln(isowner(\"\/etc\/passwd\"))  \/\/ If run as user eccles\r\n\r\n\r\nfalse\r\ntrue\r\nfalse<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Syntax isowner(string, string) Description The isowner() function returns true if the path points to a file owned by the named user. If the user is not named, then the username of the current process is used. Example include(&#8220;file&#8221;) println(isowner(&#8220;\/dev\/loop0&#8221;, &#8220;eccles&#8221;)) println(isowner(&#8220;\/home\/eccles\/.profile&#8221;, &#8220;eccles&#8221;)) println(isowner(&#8220;\/etc\/passwd&#8221;)) \/\/ If run as user eccles false true false<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-458","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/458","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=458"}],"version-history":[{"count":1,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/458\/revisions"}],"predecessor-version":[{"id":459,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/458\/revisions\/459"}],"wp:attachment":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=458"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}