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?
From the manual page of
ln
:An application cannot see whether a hard link is a hard link or the original file path. If this is not a requirement, you can use symbolic links instead: