<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nodespace.com/wiki/history/Symbolic_links?feed=atom</id>
	<title>Symbolic links - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nodespace.com/wiki/history/Symbolic_links?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.nodespace.com/wiki/history/Symbolic_links"/>
	<updated>2026-04-20T07:45:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.nodespace.com/index.php?title=Symbolic_links&amp;diff=19&amp;oldid=prev</id>
		<title>Travis: Created page with &quot;Symbolic Links are essentially aliases to other file locations. They can point to directories, binaries, or files. The most common type are soft links which are explained in this article.  == How to add a symbolic link ==  $ ln -s {/path/to/file-name} {link-name}  $ ln -s /shared/sales/data/file.txt sales.data.txt  $ vi sales.data.txt  $ ls -l sales.data.txt  == How to delete symbolic link ==  $ rm {link-name}  $ rm sales.data.txt  $ ls -l  $ ls -l /shared/sales/data/fil...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.nodespace.com/index.php?title=Symbolic_links&amp;diff=19&amp;oldid=prev"/>
		<updated>2022-08-03T04:34:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Symbolic Links are essentially aliases to other file locations. They can point to directories, binaries, or files. The most common type are soft links which are explained in this article.  == How to add a symbolic link ==  $ ln -s {/path/to/file-name} {link-name}  $ ln -s /shared/sales/data/file.txt sales.data.txt  $ vi sales.data.txt  $ ls -l sales.data.txt  == How to delete symbolic link ==  $ rm {link-name}  $ rm sales.data.txt  $ ls -l  $ ls -l /shared/sales/data/fil...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Symbolic Links are essentially aliases to other file locations. They can point to directories, binaries, or files. The most common type are soft links which are explained in this article.&lt;br /&gt;
&lt;br /&gt;
== How to add a symbolic link ==&lt;br /&gt;
 $ ln -s {/path/to/file-name} {link-name}&lt;br /&gt;
 $ ln -s /shared/sales/data/file.txt sales.data.txt&lt;br /&gt;
 $ vi sales.data.txt&lt;br /&gt;
 $ ls -l sales.data.txt&lt;br /&gt;
&lt;br /&gt;
== How to delete symbolic link ==&lt;br /&gt;
 $ rm {link-name}&lt;br /&gt;
 $ rm sales.data.txt&lt;br /&gt;
 $ ls -l&lt;br /&gt;
 $ ls -l /shared/sales/data/file.txt&lt;/div&gt;</summary>
		<author><name>Travis</name></author>
	</entry>
</feed>