How can I save a file in /usr/local/lib/cnet? I'm trying to save a GIF image in the CNET resource folder to use for a simulation.

It says permission denied, and when I try to chmod the folder it gives me the error "not permitted".

Any ideas?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Seems like you need more rights to achieve this.

To be able to chmod, try becoming root before doing the call:

sudo chmod <YOUR_CHMOD> /usr/local/lib/cnet 
link|improve this answer
correction: sudo chmod <YOUR_CHMOD> /usr/local/lib/cnet worked for me. update your answer and I'll check your answer as accepted. – Alexander Suraphel Feb 3 '11 at 13:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.