I'm trying to create a hard link to a directory as follows
root@...:/usr/share/tomcat6/logs# ln --directory /usr/share/tomcat6/skel/conf conf
It fails with the following error
ln: creating hard link `conf' => `/usr/share/tomcat6/skel/conf': Operation not permitted
What am I missing? How can I create the equivalent of this directory link?