Hi folks,
Here i am having a strange problem on solaris 8
Through a Java api I am able to create a folder/file on the solaris say with a user nobody. But I am not able to delete the same folder/file through the same Java api for delete.
The folder/file after creation by default is having the following permissions
user nobody has all read, write and execute permissions,
group noboy has only read and execute permissions but no write permissions
Other is also having only read and execute permissions but no write permissions.
How to assign both the group and other all the permissions by default.
And how to delete/rename the file/folder.
Please suggest as i am on deadline.
thanks in advance
dblaine
Here i am having a strange problem on solaris 8
Through a Java api I am able to create a folder/file on the solaris say with a user nobody. But I am not able to delete the same folder/file through the same Java api for delete.
The folder/file after creation by default is having the following permissions
user nobody has all read, write and execute permissions,
group noboy has only read and execute permissions but no write permissions
Other is also having only read and execute permissions but no write permissions.
How to assign both the group and other all the permissions by default.
And how to delete/rename the file/folder.
Please suggest as i am on deadline.
thanks in advance
dblaine