Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 376 Bytes

link.md

File metadata and controls

21 lines (15 loc) · 376 Bytes
title description created updated
link Linux Command
link Linux Command is used to create a hard link from an existing directly to a new file/directory
2019-09-13
2019-09-13

link Linux Command is used to create a hard link from an existing directly to a new file/directory

Syntax

link FILE1 FILE2

Examples

link source.txt target.txt