Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-29-2012, 02:53 PM
|
#1
|
Member
Registered: Oct 2011
Location: India, Mumbai
Distribution: RHEL, Fedora,Ubuntu, Centos, Windows XP & Windows 7
Posts: 44
Rep:
|
How to Recover File deleted with ' rm -rf ' command.
Hi Friends,
I am new to Linux & was working on my notes in vmware. but accidentally my system shutdown and my vim got closed. when system reboot i was taking my closed vim file back up accidentally i deleted the main file named "nis-server-configuration" with 'rm -rf' command but still one copy of file is present in ".nis-server-configuration.swp" in my swap space.
i tired to open ".nis-server-configuration.swp" with vim but it not in perfect order.
Please anyone give me idea how to recover file which is ".nis-server-configuration.swp" also plz guide me how to recover the file which we delete from rm -rf command.
Thanks,
Rohan
|
|
|
07-29-2012, 03:31 PM
|
#2
|
Moderator
Registered: May 2001
Posts: 29,415
|
Configure VMWare to add external media to the guest (external USB stick, floppy image, SAMBA share if you can have it networked) and configure the guest to boot from a Live CD like KNOPPIX or Helix 2008R1 (no need to burn it, just the ISO should do). Don't mount the guest's partitions but just point testdisk to the partition containing the deleted files after reading some basic instructions. Save the file to your external media.
|
|
1 members found this post helpful.
|
07-29-2012, 05:35 PM
|
#3
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,419
|
*.swp is vim's backup file.
you could try
Code:
# -r = recover
vim -r nis-server-configuration
you might get lucky
Quote:
-r {file} Recovery mode. The swap file is used to recover a crashed
editing session. The swap file is a file with the same
filename as the text file with ".swp" appended. See ":help
recovery".
|
from 'man vim'
|
|
1 members found this post helpful.
|
07-29-2012, 07:59 PM
|
#4
|
Moderator
Registered: May 2001
Posts: 29,415
|
A vi .swap file only stores changes.
Recovery mode expects the original to be there.
|
|
1 members found this post helpful.
|
08-19-2012, 02:39 PM
|
#5
|
Member
Registered: Oct 2011
Location: India, Mumbai
Distribution: RHEL, Fedora,Ubuntu, Centos, Windows XP & Windows 7
Posts: 44
Original Poster
Rep:
|
Thank you guys... i recovered my note file. thanks again...
|
|
|
All times are GMT -5. The time now is 01:50 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|