Links
From FreeBSDwiki
		(Difference between revisions)
		
		
 (stub article -- needs work)  | 
		m  | 
		||
| Line 1: | Line 1: | ||
| − | similar to Microsoft Window's "shortcuts", links are a file that point to another file. ''Unlike'' MS Window's version, you can have two type of links: hard links and "soft" (or symbolic) links. Soft links just say "if you're looking for /usr/bin/myprogram, go to /usr/sbin/myprogram". Hard links make a copy of the file.  | + | similar to Microsoft Window's "shortcuts", links are a file that point to another file. ''Unlike'' MS Window's version, you can have two type of links: hard links and "soft" (or symbolic) links. Soft links just say "if you're looking for /usr/bin/myprogram, go to /usr/sbin/myprogram". Hard links make a copy of the file that is linked.  | 
Revision as of 01:27, 18 December 2004
similar to Microsoft Window's "shortcuts", links are a file that point to another file. Unlike MS Window's version, you can have two type of links: hard links and "soft" (or symbolic) links. Soft links just say "if you're looking for /usr/bin/myprogram, go to /usr/sbin/myprogram". Hard links make a copy of the file that is linked.