Yes, we can do it. Use touch command. Add -m or -a to specify changes for Modify or Access.
$ touch -a -m -t **********.09 file.txt
This above command will change entry time for both Access and Modify.
We can get inode entry information by
ls -i filename or stat filename
You can change the Timestamp value only. If you want to change the inode value, then you need to move the file to another directory.
Lets assume that i have 2 OS installed, (Linux and Windows).
Both have different file system and both have different mechanism to read/write files.
Then how both OS Shares file information?