I made a folder and file in it (in linux) and then I used the following command to get the Inode number of each file and directory:
ls -i -R
but when I use another computer with the same task I get different numbers for each inode, I know that it is reasonable but can everyone explain the reason of that? I mean why is the results different from computer to computer?