> As root, what if I want to keep a file in someones directory without them > deleteing it ?
Using conventional Unix permissions, that is indeed the case. Note that this so for all Unix-like systems, not just Linux. Root generally keeps important files in root's own directories. Using ACLs you might be able to keep a file from being removed. I've never tried them. Bruce