On Sun, 20 Aug 2006, eng.waleed wrote: > Hi , how can i see the number of hard links on file? is ls do this?] ls -l will tell you the number of hardlinks. For example: -rw-r--r-- 3 snowhare users 0 Aug 20 05:06 test The second column is the number of hardlinks to the file. -- Jerry "It is moronic to predict without first establishing an error rate for a prediction and keeping track of one’s past record of accuracy." -- Nassim Nicholas Taleb, Fooled By Randomness