Create and remove Soft Link

 Hard link can’t link directories. To link directories, use soft link:

ln -s docs docs2

A docs2 soft link will be established at the same layer as docs

There are two ways to remove soft link:

rm

Example: rm docs2

unlink

Example: unlink docs2

Comments

Popular posts from this blog

Getting started with Gradle-Grovvy language foundation

Gradle configuration Spring multi-project test