Linux - Symbolic link

By xngo on June 23, 2019

# Create a symbolic link
ln -s TARGET     LINK_NAME
 
# Remove symbolic link: Treat symbol link as a file
rm -f /path/to/symbol/link

About the author

Xuan Ngo is the founder of OpenWritings.net. He currently lives in Montreal, Canada. He loves to write about programming and open source subjects.