Forum Topic - pathmgr_symlink() returns EPERM:
   
pathmgr_symlink() returns EPERM  
Hi there,

I am trying to use pathmgr_symlink() to create a symlink, but I am getting errno=EPERM (operation not permitted), while 
symlink() works. Can anyone please help explain why I am getting EPERM?

Regards,
Post Deleted
Post Deleted
Re: pathmgr_symlink() returns EPERM  
pathmgr_symlink() is more like resmgr_attach() than symlink().  It requires that you have root privileges.
Re: pathmgr_symlink() returns EPERM  
Thanks, David. I'll give this a try.