Need help to recover Deleted file - (file was saved in doc)
UbuntuThis forum is for the discussion of Ubuntu Linux.
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.
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.
Need help to recover Deleted file - (file was saved in doc)
well i was making a file and then after 5 days of work i saved it in .doc extension as to send it to university and then shut down my laptop (which is running in ubuntu). Next time i opened it i dont find the file there.
can anyone help? how can i recover the lost or deleted :S?
Linux doesn't require ".doc" or any other extensions the Windows does. Putting ".doc" at end of filename just means that is the end of the file name and has no special meaning in and of itself.
That is to say you could save a file as:
ralph
ralph.exe
ralph.doc
ralph.sh
So long as its contents, ownership and permissions were the same then it would be viewed as the same type of file by Linux.
Also remember Linux is case sensitive unlike Windows. That means a name ending with ".doc" isn't the same as ".DOC" or ".dOc" or ".doC" etc...
If you know the name of the file and are sure you saved it but aren't sure of the case you can run:
find / -iname <filename>
Where <filename> is the actual file name you think you saved it as.
Alternatively if you aren't sure of the name but are sure of the .doc at end you can try:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.