>>>>> "Doug" == Doug Stalker <Stalker> writes:
Doug> How can I create a hardlink to a directory? ln promises to do Doug> it if I use '--directory' as root, but I get permissions errors. You *DON'T* want to do this. Believe me. The only reason for creating a link to a directory is to repair . and .. and the link count, Otherwise you will give fsck a bad headache. Many filesystems won't allow you even to try. Peter C -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
