Fsutil hardlink command in Windows
Applies to : Windows Server (Semi-Annual Channel), Windows Server 2016, Windows Server 2012 R2, Windows Server 2012. Windows 10, Windows 8.1, Windows 8, Windows Server 2008 R2, Windows 7.
The Fsutil hardlink command creates a hard link between an existing file and a new file.
Syntax command Fsutil hardlink
fsutil hardlink create fsutil hardlink list
Parameters
Parameters Description Description Set up a hard NTFS link between an existing file and a new file. (Hard link NTFS is similar to hard link POSIX). Specify the file you want to create hard links to. Specify the file you want to create a hard link from. listList the hard links for Filename .
This parameter applies to: Windows Server 2008 R2 and Windows 7.
Note
Hard link is a directory entry entry for a file. Each file can be considered to have at least one hard link. On NTFS drives, each file can have multiple hard links, so a file may appear in multiple directories (or even in the same folder with different names). Since all links refer to the same file, programs can open any link and modify the file as needed. A file was deleted from the file system only after all links to it were deleted. After you create a hard link, programs can use it like any other file name.
See more:
- Fsutil command in Windows
- Fsutil fsinfo command in Windows
- The Fsutil file in Windows
- Fsutil 8dot3name command in Windows
You should read it
May be interested
- Fsutil fsinfo command in Windowsthe fsutil fsinfo command lists all drives, querying a drive type, query disk information, querying specific ntfs drive information, or file system statistics queries.
- Fsutil resource command in Windowsthe fsutil resource command creates a secondary transactional resource manager, starts or stops transactional resource manager, or displays information about transactional resource manager.
- Sub-commands in nslookup Windows command (Part 2)nslookup set all command, nslookup set class, nslookup set d2, alias nslookup set debug, nslookup set domain, nslookup set port, and nslookup set querytype in windows
- Sub-commands in the nslookup Windows command (Part 1)nslookup command exit, finger nslookup, nslookup help, nslookup ls, nslookup lserver, nslookup root, commandlooklook server, nslookup set in windows
- Sub-commands in nslookup Windows command (Part 3)nslookup set recurse, nslookup set retry, nslookup set root, nslookup set search, nslookup set srchlist, nslookup set timeout, nslookup set type, nslookup set vc, and nslookup view in windows
- Command at in Windowsthe at command schedules commands and programs to run on a computer at a specified time with a specific date. you can only use the command at when schedule service is running.
- Set command in Windowsthe set command helps show, set or remove cmd.exe environment variables.
- Del command in Windowsthe del command deletes one or more files. this command is the same as the eraser command.
- 10 useful commands in Windows you should knowcommand prompt is used to execute batch files, perform tasks quickly, help you troubleshoot and solve some windows problems when the system crashes. however, not all commands in windows are useful and must be done regularly. with the 10 command lines in the following article it is very useful even if you are not an administrator.
- How to use the option equivalent to the 'ls' command in Windowsthe 'ls' command (note ls, not is) is one of the first terminal commands veterans teach to linux beginners.