in reply to Re: Unix rename behaviour
in thread Unix rename behaviour

No it reuses the inode of fileb, just changes the name of it assuning they are on the same partition. If they are on diffrent partitions it vill copy the content to the new file and then delete the first file , in this case it will be given a new inode.