If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I need to replace a file in /bin which is read only. How do I change it so that I can delete the old version of the file and replace it with a new one.
Many thanks.
Why do you need to replace a file in /bin and which one is it. You could quite easily break it by just trying to replace it, e.g. what library fils does the new one need, etc...
There shouldn't be a need to replace it, just copy your new one in there with a different name. Unless you are calling it from something else in which case you should rename the original.
Why do you need to replace a file in /bin and which one is it. You could quite easily break it by just trying to replace it, e.g. what library fils does the new one need, etc...
I started out by wanting to put a new version of cccam onto my 500s.
The current version was in /bin which I wanted to replace with a newer version. I expected that executable would be in /var/bin but it was not. I got around the problem by letting the image auto up date the cam itself. It reminded me of the problem that you have replacing executables in read-only mounted file systems.
As it was about 20 years since I had worked on unix system at work, I could not remember the way around it.
Comment