When I try to make a file executable, terminal shows: 'permission denied'. Of course I tried to use this command with sudo prefix but unfortunately this problem still occurs.
When I try to make a file executable, terminal shows: 'permission denied'. Of course I tried to use this command with sudo prefix but unfortunately this problem still occurs.
What file are you changing, in which version of OS X?
As I asked before: exactly what command are you typing? (include the file name and path.) The output of
Code:
ls -le
for the directory where the file is stored would be useful too.