Saturday, December 13, 2014

Delete directory in Linux

To delete a directory using console:
    rm -rf lampp

Eclipse error on Linux "Locking is not possible in the directory..."

   Error description: when trying to open eclipse it shows '
     Locking is not possible in the directory “/opt/eclipse/configuration/org.eclipse.osgi” '

   Solution:The error occurs when the user does not have the required permission to access the .fileTableLock file. This file is in the configuration directory for Installation Manager. This has to do with folder permission. It's necesary tu run:

   
   chmod -R 777 configuration

   For the configuration folder.


http://askubuntu.com/questions/346443/locking-is-not-possible-in-the-directory-opt-eclipse-configuration-org-eclipse