Fsutil hardlink


Applies To: Windows Server 2003 R2,Windows 7,Windows Server 2000,Windows Server 2003,Windows Vista,Windows Server 2008,Windows Server 2008 R2

Creates a hard link between an existing file and a new file.

Syntax


Copy Code

fsutil hardlink create <NewFileName> <ExistingFileName>
fsutil hardlink list <Filename>

Parameters

Parameter

Description

create

Establishes an NTFS hard link between an existing file and a new file. (An NTFS hard link is similar to a POSIX hard link.)

<NewFileName>

Specifies the file that you want to create a hard link to.

<ExistingFileName>

Specifies the file that you want to create a hard link from.

list

Lists the hardlinks to Filename.

This parameter applies to: Windows Server® 2008 R2 and Windows® 7.

Remarks

Additional references

Command-Line Syntax Key

Fsutil