Monday, 11 April 2016

How to add, modify and delete the Symbolic link ?


Modify symbolic link
ln -sfn </path-to-file-name> <link-name>
ln -sfn /etc/pki/java/cacerts cacerts


Add symbolic link
ln -s <path-to-file-name> <link-name>


Remove symbolic link
rm <link-name>

No comments:

Post a Comment

Note: only a member of this blog may post a comment.