How do I unlock files and folders so I can delete them? I have Bakno Pinball version 9.0.0.0 and want to delete it so I can load and run the newer version. The files are locked and I cannot unlock them.
I tried chown
and that is not working.
How do I unlock files and folders so I can delete them? I have Bakno Pinball version 9.0.0.0 and want to delete it so I can load and run the newer version. The files are locked and I cannot unlock them.
I tried chown
and that is not working.
To trash files or directories :: Open the terminal using Ctrl+Alt+T
cd
into the directory which contains your file and :
sudo gvfs-trash /filename/
Hope this'll help.