First page Back Continue Last page Summary Graphic
Revision Control System(RCS)
What is RCS?
- It prevents concurrent write access to a file.
- It maintains logs of changes made to a file.
- It maintains version numbers.
Why do we need RCS?
- To prevent Concurrent Write Access to a file.