Hi,
I have created a user opm on aix server and my requirement is opm user has to login to server after a time intervals of 1 hour and opm user creates a file on server process it through some application running on server and then ftp the created file on local machine.User modifies the file on its local machine and ftp the file again to server on same path.
i want the permission of file which opm user creates on server to be automatically assigned as 777 and the permission should not be changed when user put back the modified file back to server on its original path.
to solve this problem i have added umask 000 value in users .profile file , but when user creates a file the permission is rw to all(users,groups and others).
when user put back the modified file on its original path after removing the file from server the permission changes to rw to user and only read permissions to groups and others.
what i have to do to give the full permissions to file which the opm user creates?why the permissions changes when user put back the file from local machine to server?why i am not getting execute permissions to users ,group and others even after setting a umask value 000 in .profile file.??
Regards
arvibm
I have created a user opm on aix server and my requirement is opm user has to login to server after a time intervals of 1 hour and opm user creates a file on server process it through some application running on server and then ftp the created file on local machine.User modifies the file on its local machine and ftp the file again to server on same path.
i want the permission of file which opm user creates on server to be automatically assigned as 777 and the permission should not be changed when user put back the modified file back to server on its original path.
to solve this problem i have added umask 000 value in users .profile file , but when user creates a file the permission is rw to all(users,groups and others).
when user put back the modified file on its original path after removing the file from server the permission changes to rw to user and only read permissions to groups and others.
what i have to do to give the full permissions to file which the opm user creates?why the permissions changes when user put back the file from local machine to server?why i am not getting execute permissions to users ,group and others even after setting a umask value 000 in .profile file.??
Regards
arvibm