{"id":1968,"date":"2015-02-28T02:23:47","date_gmt":"2015-02-28T02:23:47","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=1968"},"modified":"2015-02-28T02:23:47","modified_gmt":"2015-02-28T02:23:47","slug":"how-can-i-get-octal-file-permissions-numbers-from-command-line","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2015\/02\/28\/how-can-i-get-octal-file-permissions-numbers-from-command-line\/","title":{"rendered":"How can I get octal file permissions (numbers) from command line?"},"content":{"rendered":"<p>Usage:<\/p>\n<p>    With files:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n    $ stat -c &quot;%a %n&quot; .\/Documents\/test.html \n    664 .\/Documents\/Udev.html\n\n<\/pre>\n<p>    With folders:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n    $ stat -c &quot;%a %n&quot; .\/Documents\/\n    755 .\/Documents\/\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Usage: With files: $ stat -c &quot;%a %n&quot; .\/Documents\/test.html 664 .\/Documents\/Udev.html With folders: $ stat -c &quot;%a %n&quot; .\/Documents\/ 755 .\/Documents\/<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-1968","post","type-post","status-publish","format-standard","hentry","category-administration"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/1968","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=1968"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/1968\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=1968"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=1968"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=1968"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}