Right clicking a file, Can't delete files/folders, no option to delete.

Solution 1:

Make the current user owns everything inside the folder,itself as well as the parent folder.

chown $USER -R /desired.folder

Solution 2:

For those particular cases I use nautilus as root: Press Alt-F2 and type:

gksu nautilus

Then proceed with caution, you may seriously damage your system.