
{"id":16382,"date":"2015-05-13T17:25:39","date_gmt":"2015-05-13T17:25:39","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=16382"},"modified":"2015-05-13T17:25:39","modified_gmt":"2015-05-13T17:25:39","slug":"example-related-recovering-typical-deleted-file-in-gnulinux","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2015\/05\/13\/example-related-recovering-typical-deleted-file-in-gnulinux\/","title":{"rendered":"Example related  &#8212; Recovering typical deleted file in GNU\/Linux"},"content":{"rendered":"<pre>\n$which glxgears\n\/usr\/bin\/glxgears\n$rm \/usr\/bin\/glxgears \nrm: remove write-protected regular file \u2018\/usr\/bin\/glxgears\u2019? y\nrm: cannot remove \u2018\/usr\/bin\/glxgears\u2019: Permission denied\n$sudo rm \/usr\/bin\/glxgears \n[sudo] password for jeffrin: \n$ps aux | grep glxgears\njeffrin   2469  4.4  0.6 157656 20888 pts\/0    Sl+  22:43   0:07 glxgears\njeffrin   2515  0.0  0.0  12656  1560 pts\/1    S+   22:46   0:00 grep glxgears\n$sudo cat \/proc\/246\n2466\/ 2467\/ 2469\/ \n$sudo cat \/proc\/2469\/exe &gt; \/usr\/bin\/glxgears\nbash: \/usr\/bin\/glxgears: Permission denied\n$sudo cat \/proc\/2469\/exe &gt; \/usr\/bin\/glxgears\nbash: \/usr\/bin\/glxgears: Permission denied\n$su\nPassword: \nroot&gt;cat \/proc\/2469\/exe &gt; \/usr\/bin\/glxgears\nroot&gt;exit\n$\/usr\/bin\/glx\nglxdemo   glxheads  glxinfo   \n$ls -l \/usr\/bin\/glxgears \n-rw-r--r-- 1 root root 23088 May 13 22:47 \/usr\/bin\/glxgears\n$ls -l \/usr\/bin\/gl\nglib-compile-resources  glib-genmarshal         glib-mkenums            glxdemo                 glxheads\nglib-compile-schemas    glib-gettextize         glilypond               glxgears                glxinfo\n$ls -l \/usr\/bin\/glxdemo \n-rwxr-xr-x 1 root root 10376 Jul  8  2014 \/usr\/bin\/glxdemo\n$ls -l \/usr\/bin\/glxgears \n-rw-r--r-- 1 root root 23088 May 13 22:47 \/usr\/bin\/glxgears\n$sudo chmod +x \/usr\/bin\/glxgears \n$ls -l \/usr\/bin\/glxgears \n-rwxr-xr-x 1 root root 23088 May 13 22:47 \/usr\/bin\/glxgears\n$\/usr\/bin\/glxgears \nRunning synchronized to the vertical refresh.  The framerate should be\napproximately the same as the monitor refresh rate.\n379 frames in 5.0 seconds = 75.789 FPS\nXIO:  fatal IO error 11 (Resource temporarily unavailable) on X server \":0\"\n      after 1627 requests (1627 known processed) with 0 events remaining.\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$which glxgears \/usr\/bin\/glxgears $rm \/usr\/bin\/glxgears rm: remove write-protected regular file \u2018\/usr\/bin\/glxgears\u2019? y rm: cannot remove \u2018\/usr\/bin\/glxgears\u2019: Permission denied $sudo rm \/usr\/bin\/glxgears [sudo] password for jeffrin: $ps aux | grep glxgears jeffrin 2469 4.4 0.6 157656 20888 pts\/0 Sl+ 22:43 0:07 glxgears jeffrin 2515 0.0 0.0 12656 1560 pts\/1 S+ 22:46 0:00 grep glxgears $sudo cat &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2015\/05\/13\/example-related-recovering-typical-deleted-file-in-gnulinux\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Example related  &#8212; Recovering typical deleted file in GNU\/Linux&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[83],"tags":[1299,1352],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16382"}],"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=16382"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16382\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=16382"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=16382"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=16382"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}