I am wondering what the number 1234 means in this example:
rw-rw-rw- 1234 blabla blabla 3243253235 14:40 myfile.zip
|
I am wondering what the number
|
|||
|
From
In short, it is the number of links to that file. |
|||
|
|
|
That means the links to that file or directory's inode. Hard links I mean, not soft links:
|
|||
|
|
|
The "number of links" to a file or directory is basically the number of names it has (and the names do not have to exist in the same directory, but they do have to exist on the same filesystem — hard links cannot cross filesystem boundaries). Note that a directory with subdirectories will have a link for each occurrence of the name |
|||
|
|
statutility usually gives you more convenient access to the information you need in the way you need it. – 0xC0000022L Jun 12 '12 at 18:12