Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Cannot Remove File! (GNUroot Debian Android)

Here you can discuss every aspect of Debian. Note: not for support requests!
Post Reply
Message
Author
freakzsec
Posts: 1
Joined: 2017-09-26 07:57

Cannot Remove File! (GNUroot Debian Android)

#1 Post by freakzsec »

rm: cannot remove 'AhMyth-Android-RAT/.git': Directory not empty


please help me!


User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Cannot Remove File! (GNUroot Debian Android)

#3 Post 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).

Post Reply