Page 1 of 1

Cannot Remove File! (GNUroot Debian Android)

Posted: 2017-09-26 08:36
by freakzsec
rm: cannot remove 'AhMyth-Android-RAT/.git': Directory not empty


please help me!

Re: Cannot Remove File! (GNUroot Debian Android)

Posted: 2017-09-26 09:32
by arochester

Re: Cannot Remove File! (GNUroot Debian Android)

Posted: 2017-09-28 07:31
by debiman
.git directories often conatin files with some permission changes; i usally have to run

Code: Select all

rm -rf .git
(note the -f, and no sudo required).