Digital Marketing

Create Symbolic Links with ln

If you wanted to create a symbolic link of your Downloads folder located on your Desktop, you’d run the following command:

ln -s /home/name/Downloads /home/name/Desktop

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database