Thread: Hard Link Query
View Single Post

  #1 (permalink)  
Old 09-02-2007, 11:13 AM
sharadgana sharadgana is offline
Junior Member
User
 
Join Date: Sep 2007
My distro: Ubuntu
Posts: 1
Rep Power: 0
sharadgana is on a distinguished road
Default Hard Link Query

Hi,

I was recently reading about hardlinks and was told that hardlinks is not supported across directories i.e /home and /tmp etc.


I tried creating a hardlink between them and was able to create and access it

sharadg@tripwire:/tmp$ ln b /home/sharadg/a
sharadg@tripwire:/tmp$ ls -i b /home/sharadg/a
3424472 b 3424472 /home/sharadg/a


Can you explain this ?
Reply With Quote