I have executed the cronjob that runs the shell script which is in directory.When the cronjob was executed , I found that the directory where the script resides has got deleted.
Note: The directory was deleted with other use not root user.
The issue is files were not been taken any backup before running cronjob and those are important files .
For the files which need recovery, I followed some links that suggested some steps to find out the files which were lost and recovery process without a need of open source data recovery tools.
In one of the youtube link ,the admin provided some steps to get back the lost files.
As first step, below command needs to be executed :
ps -aux | grep <filename>
Please find the ps command attachment for reference
As an output, I could find the file and process id .
When i go for next step, with the process id and run this: cd /proc/<pid>
I got an error as file not found as shown in proc command attachment:
Can you please suggest the steps to recover the files.
Hi,
I am working Linux server machine. Somebody by mistake(or may be knowingly) deleted few folders and files from the machine. How is this possible to recover those files and folders????:confused:
I normally logged in through Putty and winscp only. And don't have any history for putty... (8 Replies)
Hi,
By mistake, executed the following command :
rm -rf *
and ALL files got deleted.
But I need to get back these files as they are very very important.
Please help me how to recover this file. Its Urgent for me please.
Thanks in advance. (6 Replies)
Hi Experts,
by mistake i deleted some files that are very important to the project.
is there any way that i can recover those files,there is no backup for that but the details of the file we know.
This will be a great help.
Thanks (5 Replies)
I'm running Fedora Core4. I deleted images off of my Sony DSC-P73 digital camera's memory stick.
I'm looking for a *nix tool to recover the photos from the memory stick. Does anyone know of such a tool? (2 Replies)