Saturday, 17 March 2012

permission denied in Linux

If u get permission denied prob try with this comman in linux

 This command is for single file.

chmod 777 ./configure  .... ./configure is executable command in my case.

chmod 777 means giving permission to root,user and third person to read,write and execute.

chmod -R 777 folder name.

This is for the full folder.

No comments:

Post a Comment