I was moving my files between two folders through GUI. Suddenly the GUI got struck(hanged). So,I closed it. Now I am unable to find my files. I didn't find any software like remo,minitool(recovery softwares for windows,macOS) for Ubuntu. Any help ?
Asked
Active
Viewed 43 times
1
ls -l
in src/dst folders? – damadam Jun 06 '18 at 12:52toto.txt
, doesls -l
displays this file in one of your src/dst folders (for example/home/toto/Downloads
or/home/toto
)?ls -l
results is something like -rw-r--r-- 1 toto toto 6746 april 5 09:06 toto.txt – damadam Jun 06 '18 at 13:01rsync
(and also in this case, remove the files from the original location, when you know thatrsync
has finished successfully). – sudodus Jun 06 '18 at 13:13