Posts: 456
Name: RAHUL RAJ
Location: Cochin, Kerala, India
|
If you have linux/ubuntu installed in your computer, then there is an easy way to do it...
start your linux platform first..
go to your windows driver where the program/file located...
note it's actual position (under which directory etc..)
then open terminal (accessories -> terminal )...
go to the particular directory using cd command..
when you are in the directory..
type sudo su
type your login password there...(now you have the admin privileges)
type chmod 777 filename.extension
where 'filename.extension' is the file name
if you want to delete a folder there...then...
type chmod -R 777 filename.extension
you are done...
now you have grant access to the file...
either you can delete it there itself or at windows platform.... 
Last edited by rahulraj; 06-24-2010 at 12:46 AM..
|