"\u003ch1\u003eRecovering a Deleted Binary Using \u003ccode\u003e/proc\u003c/code\u003e\u003c/h1\u003e\n\u003cp\u003e\u003cbr\u003e\u003c/p\u003e\n\u003ch4\u003eLets dig the Power of \u003ccode\u003e/proc\u003c/code\u003e\u003c/h4\u003e\n\u003cp\u003e\u003cbr\u003e\nQuestion : Even after deleting a running binary on Linux, it can still be recovered! ?\n\u003cbr\u003e\u003c/p\u003e\n\u003cp\u003e\u003cbr\u003e\nYes today we are going to see about that only when ever we run a process in linux all come in the folder called \u003ccode\u003e/proc\u003c/code\u003e \u003cbr\u003e\nbasically in linx \"Every thing is an file\" what ever it is what ever hardware even process when ever we create an process mean run and process\nthe linux will create an folder with respective \u003ccode\u003epid\u003c/code\u003e of that process and in that folder we can able to see all the things about that file and what is\nwhat of that process by using this feature we can able to recover the binary file \u003cbr\u003e\n\u003cbr\u003e\u003c/p\u003e\n\u003ch2\u003eExample proc folder strcture of htop\u003c/h2\u003e\n\u003cp\u003e\u003cbr\u003e\n\u003cimg src=\"/static/images/htopprocfolder.png\" with=150 height=150 style=\"border-radius: 8px;\"\u003e\u003c/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c/p\u003e\n\u003cp\u003eSo here you can see ther is file called exe so that is our executable of that htop binary when cat that file and pipe \u003cbr\u003e\ninto an file \n\u003cbr\u003e\n\u003cbr\u003e\u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003ecat /proc/\u0026lt;pid\u0026gt;/exe \u0026gt; recoveryfile \n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003e\u003cbr\u003e\nwe can able get the file and it work this is how the linx system process and files even file discriptor and other things\n\u003cbr\u003e\n\u003cbr\u003e\u003c/p\u003e\n\u003ch3\u003eHere is the practical video\u003c/h3\u003e\n\u003cp\u003e\u003cbr\u003e\n\u003cbr\u003e\u003c/p\u003e\n\u003ciframe src=\"https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:7244366010898640896?compact=1\" height=\"920\" width=\"1080\" frameborder=\"0\" allowfullscreen=\"\" title=\"Embedded post\"\u003e\u003c/iframe\u003e"