Encyclopedia > Symbolic link

  Article Content

Symbolic link

A symbolic link is an entry in a Unix (or Unix-like) filesystem that allows a directory entry to refer to another directory entry.

Using the 'ls' command, which is standard on these systems, a symbolically linked filed might look something like this:

lrwxrwxrwx 1 jbailey jbailey 4 2003-02-07 16:49 link -> file

The 'l' in the first column is a hint that this file is a symbolic link. The information at the furthest right indicates that this file is called 'link', and that when you access it, you will see the contents of 'file'.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
242

... - 3rd century - 4th century Decades: 190s 200s 210s 220s 230s - 240s - 250s 260s 270s 280s 290s Years: 237 238 239 240 241 - 242 - 243 244 245 246 ...

 
 
 
This page was created in 24.9 ms