I was looking for a way to extract an iso file without root access. I succeeded using xorriso. I used this command: xorriso -osirrox on -indev image.iso -extract / extracted_path
Now when I want to delete the extracted files I get a permission denied error. lsattr lists -------------e-- for all files. ls -l lists -r-xr-xr-x for all files.
I tried chmod go+w on a test file but still can't delete it.
Can anyone help me out?