Ln: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux")
 
No edit summary
Line 2: Line 2:


* [[Linux#Commands|Linux]]
* [[Linux#Commands|Linux]]
=Remove a Symbolic Link that Points to a Directory=
<pre>
rm <link-name>
</pre>
but ''avoid appending a / to the name of the link''.
__Referenced by:__\\
[{INSERT com.ecyrd.jspwiki.plugin.ReferringPagesPlugin WHERE max=20, maxwidth=50}]

Revision as of 08:53, 12 May 2016

Internal

Remove a Symbolic Link that Points to a Directory

rm <link-name>

but avoid appending a / to the name of the link.

__Referenced by:__\\ [{INSERT com.ecyrd.jspwiki.plugin.ReferringPagesPlugin WHERE max=20, maxwidth=50}]