File:Hard Link Illustration.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 314 × 170 pixels, file size: 7 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

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[edit]

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.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current21:14, 16 March 2008Thumbnail for version as of 21:14, 16 March 2008314 × 170 (7 KB)Suidroot (talk | contribs){{Information |Description=An SVG illustration of a hard link. |Source=self-made |Date=2008-03-16 |Author=Barancsuk Ádám |Permission=GFDL/CC-BY-SA |other_versions=Image:Hard_link_Illustration_hu.svg }}
15:19, 28 August 2007Thumbnail for version as of 15:19, 28 August 2007295 × 140 (2 KB)Jesus Centella (talk | contribs){{Information |Description=An illustration of the concept of hard linking, made with en:graphviz. |Source=self-made |Date=2007/08/17 |Author= Jesus Centella }}
10:45, 17 August 2007Thumbnail for version as of 10:45, 17 August 2007340 × 140 (2 KB)Jesus Centella (talk | contribs){{Information |Description=An illustration of the concept of hard linking, made with graphviz. |Source=self-made |Date=2007/08/17 |Author= Jesus Centella }} Graphviz code: digraph G { graph [rankdir = LR]; node [style =
10:27, 17 August 2007Thumbnail for version as of 10:27, 17 August 2007321 × 122 (2 KB)Jesus Centella (talk | contribs){{Information |Description=An illustration of the concept of hard linking, made with graphviz. |Source=self-made |Date=2007/08/17 |Author= Jesus Centella }} Graphviz code: digraph G { graph [rankdir = LR]; node [style =

The following 2 pages use this file:

File usage on other wikis

The following other wikis use this file: