Hard_Link_Illustration.svg


Summary

Description An illustration of the concept of hard linking, made with Graphviz .
Date
Source Own work
Author Jesus Centella
SVG development
InfoField
The SVG code is valid .
This chart was created with Graphviz .
This chart uses embedded text that can be easily translated using a text editor.
Source code
InfoField

Graphviz mscgen code

digraph G {
  graph [rankdir = LR];
  node  [style = filled, color = blue];
  data  [shape = box, fillcolor = gray, label = "Actual\nData on\nDisk"];
  linkA [fillcolor = greenyellow, label = "\"LINK A.TXT\""];
  linkB [fillcolor = burlywood,   label = "\"LINK B.TXT\""];
  linkA -> data;
  linkB -> data;
 }

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain . This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose , without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

17 August 2007