Hard link and Symbolic links in Unix

Posted by darkie15 on Stack Overflow See other posts from Stack Overflow or by darkie15
Published on 2010-05-11T06:03:03Z Indexed on 2010/05/11 6:04 UTC
Read the original article Hit count: 317

Filed under:
|
|

Hi All,

I just wanted to clarify if a hard/symbolic link is actually a file that is created ??

I ran the command:

ln source hardlink
ln -s source softlink

-- The ls command shows this 2 links as a file.

So my query is, does ln / ln -s actually create a file?

Regards, Shyam

© Stack Overflow or respective owner

Related posts about unix

Related posts about hardlink