Hello guys,
I'm learning FreeBSD and trying to understand how works RCS (Revision Control System).
So, my question is why I'm able to edit file when it's locked by RCS.
After this I can edit file networks by ee or vi in spite of read-only for this file.
I'm learning FreeBSD and trying to understand how works RCS (Revision Control System).
So, my question is why I'm able to edit file when it's locked by RCS.
Code:
[root@FreeBSD_PC /etc]# ci networks
networks,v <-- networks
enter description, terminated with single '.' or end of file:
NOTE: This is NOT the log message!
>> test
>> .
initial revision: 1.1
done
[root@FreeBSD_PC /etc]#
[root@FreeBSD_PC /etc]# ls -l
-r--r--r-- 1 root wheel 381 2 apr 18:03 networks
-r--r--r-- 1 root wheel 693 2 apr 18:04 networks,v