Symlinking folders in bash

Posted by user343223 on Stack Overflow See other posts from Stack Overflow or by user343223
Published on 2010-05-26T09:31:44Z Indexed on 2010/05/26 10:01 UTC
Read the original article Hit count: 134

Filed under:
|
|

I want a folder /public_html to symlink to /current/app/webroot, both are in the same directory

I have tried

ln -s public_html current/app/webroot amongst other things, but no joy so far. Any ideas?

© Stack Overflow or respective owner

Related posts about bash

Related posts about unix