If you have the ability to use a GUI file browser (Nautilus under Gnome, Konqueror under KDE, dunno what under XFCE), you can probably do it that way. If you find you need root permissions to delete or see the directory, you can launch the browser from terminal with sudo.
Also, in your previous command (the cd), you have to escape the " with a \. Not a /, a \.
Comment