safest method to remove softlink in linux
In this post we will learn safest method to remove softlink in linux. Softlink is also known as symbolic link which is special type of file provide the reference of file or directory with its absolute path.When you run the command ls -la filename-or-DirectoryName in output you may observe l letter as prefix in permission…