I am currently working with WebSphere MQ FTE
.
Let us consider the below scenario :
A
is a unix server and there is a file in /test/file.txt
The file permission for this file is -rw-r--r--.
I want to change the permission of this file to -rw-rw-rw using an ant
script (chmod task) which I should invoke from a server B
(windows).
Is this possible?