ln -s create symbolic link(has its own inode number),it will not increase link count,if create hard link(a copy with same inode number):
ln source target,
it will.
if unlink simbolic link,it won‘t delete source file
unlink linkname
原文地址:http://11259454.blog.51cto.com/11249454/1793112