LN(1) - General Commands Manual
LN(1) - General Commands Manual # LN(1) - General Commands Manual NAME # ln - make hard and symbolic links to files SYNOPSIS # ln [-fhLnPs] source [target] ln [-fLPs] source … [directory] DESCRIPTION # The ln utility creates a new directory entry (linked file) which has the same modes as the original file. It is useful for maintaining multiple copies of a file in many places at once without using up storage for the copies; instead, a link “points” to the original copy. ...