retrieve deleted file from linux

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

retrieve deleted file from linux

ekrem
Hi Erman

Is there a way to retrieve deleted files from oracle linux?
There wasnt any backup
Reply | Threaded
Open this post in threaded view
|

Re: retrieve deleted file from linux

ekrem
by the way it was a folder
Reply | Threaded
Open this post in threaded view
|

Re: retrieve deleted file from linux

ErmanArslansOracleBlog
Administrator
Hi ekrem,

Directory is not important, as it is a filesystem declaration only. The files in it, however; are important.
If the files are still open, then you can restore them.
check it with lsof command and /proc filesystem. There are example in the internet.

If the files are still not open by any process, then you need to use a filesystem recovery tool for recovering your files.
Reply | Threaded
Open this post in threaded view
|

Re: retrieve deleted file from linux

ekrem
ty erman
May i learn which tool i should use?
Reply | Threaded
Open this post in threaded view
|

Re: retrieve deleted file from linux

ErmanArslansOracleBlog
Administrator