joi, 2 iunie 2016

cp: not writing through dangling symlink

 cp: not writing through dangling symlink

Solution: The symbolic link destination file doesn't exist.

Steps:
ln -s /tmp/not.existent.file link
cp a.file link
cp: not writing through dangling symlink
ls -l  /tmp/not.existent.file
ls: No such file or directory