Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 376 Bytes

File metadata and controls

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