| NAME
| ln - make links between files
|
| SYNOPSIS
| ln [OPTION]... TARGET [LINK_NAME]
| ln [OPTION]... TARGET... DIRECTORY
|
| ...
| -n, --no-dereference
| treat destination that is a symlink to a directory as if
| it were a normal file
If you do ln -s a b and b is currently a symlink to a directory c, you
get a symlink called a in c pointing to itself; ln -nsf will replace b
with a symlink to a.
Regards,
Borislav
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/