What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Help with symlinks

octopus

Part of the Furniture
Hello

I'm trying do make some symlinks, and I get link working when testing link in directory,/mnt/rt-ac68u/jffs, with winscp.
Somehow link don't get excuted. Goal is to make links from FTP, mnt/rt-ac68u/jffs to /jffs

ln -s [TARGET DIRECTORY OR FILE] ./[SHORTCUT]
ln -s "$(realpath Data)" ~/Data

Location: /mnt/rt-ac68u/jffs
Links to: /jffs

Octopus
 
Last edited:
I'm trying with: make a symlink with the absolute path of the directory
but I get Permission denied. /jffs is 0755 and /mnt/rt-ac68u/jffs/ is 0755

knhaddock@KNHADDOCK:/# ln -s "$(/mnt/rt-ac68u/jffs)" /jffs
-sh: /mnt/rt-ac68u/jffs: Permission denied

Little help PLS..... ;)
 
When creating a symlink, the source must not already exist - ln creates it.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top