Recover deleted files from linux server machine..


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Recover deleted files from linux server machine..
# 1  
Old 09-12-2012
Recover deleted files from linux server machine..

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????Smilie

I normally logged in through Putty and winscp only. And don't have any history for putty sessions. So there is high probability that it is deleted from winscp session only.

Please help

Thanks
# 2  
Old 09-12-2012
By restoring from backups...
# 3  
Old 09-12-2012
Quote:
Originally Posted by vbe
By restoring from backups...
Hi Vbe,

Thanks for your reply. But no backup for those files...Smilie..Smilie

Someone desperately deleting those files.
and one more thing is we are sharing same user name for different teams. and don't have root access also.

So at least, how can i find who has deleted those files..?

Tried with history. didn't worked...Smilie

Thanks for your help..
pamu

Last edited by pamu; 09-12-2012 at 07:31 AM..
# 4  
Old 09-12-2012
There are some tools to recover deleted files, but they are filesystem specific, e.g. FAT32, ext2, etc. Unfortunately, without root, you almost certainly cannot use these tools; they require raw access to the disk/partition device, which is seldom granted to unprivileged users.

If such a tool exists for your filesystem and if you are able to attain root, you should unmount that filesystem immediately. Once the data is overwritten with another file, your chances of recovery are practically zero.

Regards,
Alister

Last edited by alister; 09-12-2012 at 07:50 AM..
This User Gave Thanks to alister For This Post:
# 5  
Old 09-12-2012
Are you sure they have been removed in the first place?
They could have been moved... or more vicious: renamed...
You should find something in the history files but that means looking at ( and have to be root...) all the users that connected since the last you knew the files present... (In older days I used to crash the system, use fsck, and reboot -n...)

Last edited by vbe; 09-12-2012 at 09:44 AM..
# 6  
Old 09-12-2012
Quote:
Originally Posted by vbe
Are you sure they have been removed in the first place?
They could have been moved... or more vicious: renamed...
You should find something in the history files but that means looking at ( and have to be root...) all the users that connected since the last you knew the files present... (In older days I used to crash the system, use fsck, and reboot -n...)
Hi vbe,

Yes i am sure somebody from other team has deleted those files and folders.
I may have asked this question of the moving or renaming files but there are 4-5 main directory, lot of sub-directory and each having many files. and this happened second time in today itself. So i am sure about the files are not moved.
Yes. I don't have root access and the same others also don't have so there is very little chance that root user can delete this. That's why i checked only history for our common user.
But as per my knowledge there is high probability that they have deleted all the files from the winscp. So that's the problem.

thanks,
pamu
# 7  
Old 09-12-2012
Without root, you can't do anything.

With root, the chances are unlikely since the system has been operating a long time since the files were deleted.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Linux

Recover deleted files on Linux server

Hi Guys, Greetings!. 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... (9 Replies)
Discussion started by: reminisce
9 Replies

2. UNIX for Advanced & Expert Users

How to recover the deleted file in Linux?

hi, i deleted one file from linux please let me know, if we can recover it ? if yes, pls let me know the steps to do.. (3 Replies)
Discussion started by: raghur77
3 Replies

3. Shell Programming and Scripting

Need to Recover Deleted Files

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)
Discussion started by: unx100
6 Replies

4. UNIX for Dummies Questions & Answers

how to recover deleted files in unix

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)
Discussion started by: namishtiwari
5 Replies

5. Shell Programming and Scripting

Is there a way to recover files deleted using rm command???

Hi All, I just mistakingly deleted some files using rm command.Is there a way to get it back?i work on Solaris 10 Thanks, Kumar (1 Reply)
Discussion started by: kumarsaravana_s
1 Replies

6. Linux

recover deleted files from memory stick

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)
Discussion started by: dangral
2 Replies

7. AIX

recover deleted files

How to recover deleted files in AIX ? (1 Reply)
Discussion started by: vjm
1 Replies

8. UNIX for Dummies Questions & Answers

Recover deleted files

Is there a Unix tool, like in Novell, to recover accidentally deleted files? (2 Replies)
Discussion started by: kuultak
2 Replies
Login or Register to Ask a Question