Hi, >I'm looking for a way to deny Nuonce to write files in /etc/hosts. >Nuonce regularly add lines to the /etc/hosts, like that : If /etc/hosts is to be static, you can set it to +i like this: chattr +i /etc/hosts Regards, D.