I am trying to rename the "codesign" file name for patch problem, but I tired everything and seems like I can only have read access to the filea inside usr/bin
- Folder permission "System" is set to Read&Write
- I'm on admin account
What I have tried:
Going into terminal using sudo -i
to get root access to usr/bin
for renaming. Typed in renaming command mv codesign codesign_10.11
still get error of Operation can't be performed
What's wrong with my permission access? How can I fix it?