|
srcname must be an existing node; target must be a non-existent node unless -f is specified.
If the second form of the command is used, where targetdir is specified, then the last component of srcname is used when creating the target symlink. For example:
ln -s /home/users/tom/testfile toms_files
would create the link:
toms_files/file -> /home/users/tom/testfile
|