IT is revision control system.
With the help of this we can create an image file and we can change our data, and if we want back our previous data, we can do it with the help of rcs.
To do this, first you have to do rcs -i “name of file”,
after this you have to check in
ci “name of file”.
then check out with lock
co -l “name of file”.