
{"id":16764,"date":"2017-09-23T15:33:47","date_gmt":"2017-09-23T15:33:47","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=16764"},"modified":"2017-09-23T15:33:47","modified_gmt":"2017-09-23T15:33:47","slug":"notes-on-and-related-umask","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2017\/09\/23\/notes-on-and-related-umask\/","title":{"rendered":"notes on and related to umask"},"content":{"rendered":"<pre>\numask - set file mode creation mask\n\n#include &lt;sys\/types.h&gt;\n#include &lt;sys\/stat.h&gt;\n\nmode_t umask(mode_t mask);\n\n\n\nBinary Number --------------&gt; Decimal Number           \n                Abstraction\n\nDecide the required result to decide the needed mask.\n\nBinary Number -------------------&gt; Resultant Binary\n               ANDing with mask\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>umask &#8211; set file mode creation mask #include &lt;sys\/types.h&gt; #include &lt;sys\/stat.h&gt; mode_t umask(mode_t mask); Binary Number &#8212;&#8212;&#8212;&#8212;&#8211;&gt; Decimal Number Abstraction Decide the required result to decide the needed mask. Binary Number &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-&gt; Resultant Binary ANDing with mask<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[46,83],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16764"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=16764"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16764\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=16764"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=16764"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=16764"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}