Mukund Deshmukh wrote:
When window machine writes to it, the file is correctly created as 755, but when linux machine writes to it the file is created as 700. This file can not be read by other users. What needs to be done for linux machine to write as 755?
You might need to put all users in one secondary group and change recursive ownership of /tmp to root:that_group. If tmp is system created and locked, you could use a new folder for sharing.