How to prevent root users from editing file

HiI work in a site with many sys admins, how do I prevent them or log them when they edit a particular file. They all have root access.Many ThanksCharles
[188 byte] By [charles786] at [2007-11-25 23:20:26]
# 1
See my reply to your other post: http://forum.sun.com/thread.jsp?forum=151&thread=13176
swoneill at 2007-7-5 18:08:21 > top of Java-index,General,Talk to the Sysop...
# 2

use sudo in my organization there is only a few real root users but we have about 20 SA's who have specific root privs to certain commands shudown init etc.. you can give specfiy things like %sysadm ALL=/usr/bin/vi /etc/skel/.profile to really fine grain your system check sunfreeware.com or google for more information on sudo

phusniken at 2007-7-5 18:08:21 > top of Java-index,General,Talk to the Sysop...