Thursday, September 18, 2014

Remove file, folder and lock of folder using linux command


Title : Remove file, folder and lock of folder using linux command

How to remove all files from a folder(folder name=eclipse) ?
sudo rm -rf eclipse/*

How to remove a folder (folder name = eclipse)?
sudo rm -rf eclipse

Install Java update version from this page.

Uninstall Java from ubuntu

Install eclipse

For removing lock of a folder or file access(I want to access all files from the folder named by .ssh)
sudo chmod -R 777 /home/pdm-rizvi/.ssh/

No comments:

Post a Comment