I'm trying to create a symbolic link using the statement:
ln -s oracle.rdbms.lsm/lsm/stage_tmp/lsm /stage/components/lsm
But I get an 'Operation not permitted' error. cpio gave the same error during extraction of the .cpio file. I tried creating a hard link as well but got a 'hard link not allowed' message.
What am I doing wrong?
Thanks and regards.
ln -s oracle.rdbms.lsm/lsm/stage_tmp/lsm /stage/components/lsm
But I get an 'Operation not permitted' error. cpio gave the same error during extraction of the .cpio file. I tried creating a hard link as well but got a 'hard link not allowed' message.
What am I doing wrong?
Thanks and regards.