What will happen to a file if I login two times with same user and make some changes to it?
Lets say I have logged in with username: goodguy in machine wonderland and editing a text file: pit and I take a ssh session from machine to this user goodguy in machine wonderland from a remote machine thieveland, and edit the same file - what are the semantics involved. The machine is linux.
I am trying to understand the user-session handling in linux kernel.