2

Please correct me If I'm wrong

Is possible to recover the deleted file if you have inode number of file.

1 Answer 1

5

If the file is held open by another process then you can recover the file by using the inode number.

find /path/to/check -inum 1023564 -exec cp {} recoveredfile \; 

If the file not held open by another process then your out of luck with using the inode.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.