Tux

...making Linux just a little more fun!

how to create hard link

Ben Okopnik [ben at linuxgazette.net]


Sun, 6 Apr 2008 23:34:38 -0400

----- Forwarded message from kailas <kailas1711@rediffmail.com> -----

Date: 5 Apr 2008 08:41:39 -0000
From: kailas  <kailas1711@rediffmail.com>
Reply-To: kailas  <kailas1711@rediffmail.com>
To: editor@linuxgazette.net
Subject: how to create hard link
respected sir, i required information about how to create hard link in linux with suatable examplewise.so please provide this information .

----- End forwarded message -----

-- 
* Ben Okopnik * Editor-in-Chief, Linux Gazette * http://LinuxGazette.NET *


Top    Back


Jim Jackson [jj at franjam.org.uk]


Mon, 7 Apr 2008 11:06:44 +0100 (BST)

> Date: 5 Apr 2008 08:41:39 -0000
> From: kailas  <kailas1711@rediffmail.com>
> Reply-To: kailas  <kailas1711@rediffmail.com>
> To: editor@linuxgazette.net
> Subject: how to create hard link
>
>
>   respected sir,
>                 i required information about how to create hard link in
>   linux with suatable examplewise.so please provide this information .
>

See

    man 1 ln
    man 2 link

on any system with linux/unix manual pages, or search for these man pages via your favorite search engine. Writing the software is left as an exercise for the student - otherwise you wouldn't learn anything :-)


Top    Back