Not able to remove dir or video
#1
I have one movie in the /home/videos directory that i am unable to delete with ssh or terminal. I tells me the directory or file doesn't exist but i can see it in ssh or browse to it in xbmc i can edit any other video in that directory via ssh but not this specific one. Permissions say -r -w . Any ideas on how to remove? thanks in advance.
Reply
#2
This is beyond the scope of XBMC.... It's rather a general Linux-usage thing...
-= Team Kodi developer fueled by heavy metal =-
Reply
#3
Do you know the command? I tried rm dir and rm dir -r or -rf , no luck.
Reply
#4
Ok for this one time(!)...: For a single file it should be "rm -f {file}" but it MUST be owned by the current user doing it and if it contains special chars like spaces you must double quote it (that's probably your problem)...

WARNING: Better not f*ck around with rm -rf if you don't know what you're doing (it can really screw up your system if used incorrectly) and from what you're saying you're obviously not very experienced with the Linux console. Why not just use the GUI? It should also get the job done.
-= Team Kodi developer fueled by heavy metal =-
Reply
#5
Yes aware -rf will remove everything in not in the right dir. i enabled file deletion within the gui and it worked. Thanks for the help arnova.
Reply

Logout Mark Read Team Forum Stats Members Help
Not able to remove dir or video0