I tried to strip a group of files with strip command in linux.
However I am getting the following error:
strip: files : could not create temporary file to hold stripped copy: No error
and then the command finished with no any other errors. Is there an error with the strip or no error? If there is error how do i fix it?
You don’t seem to have permission to create files in the current working directory. Your user account needs write permissions on the directory for that.