On Mon, 25 Aug 2003 10:25:09 -0400 "Robert Adkins" <[EMAIL PROTECTED]> wrote:
> The issue is the end users will sometimes get hyperactive with > their clicking and can occasionally click and drag a folder and drop it > into another folder before they know what has happened. Then, I receive > a call because "It just disappeared! I can't find it!!!" and I have to > drop what I am doing and get into fixing their 'issue'. > Robert, This is a surprisingly common problem and the larger the organization the more time is wasted on such issues. Netware had excellent controls in this regard and Linux is moving in a direction that these types of controls will be easier to enforce. David has already given you some good advice. Thought i'd just mention that there is another hackish option which is not ideal but doesn't require a new kernel. You can create another filesystem that contains only symbolic links to the directory structure in question. Mounting this symbolic-link filled filesystem read only will protect the links from alteration (also preventing them from being moved accidentally) but still allow the directory content they reference to be modified. This filesystem can be created in a file and mounted via a loopback device so another drive isn't required. Most of this can be automated via scripts so that it doesn't require much administration. Cheers, Sean -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list