To give the "unzip" permissions & "create" file permissions

Hi,
I am a Unix Admin. I have to give the permissions to a user for creating new file in a directory in HP-Ux 11.11 system since he cannot able to create a new file in the directory.
Thanks in advance.
Mike

could u explain the ownership and permission of that directory??

Well, 4 possibilities:
1) He owns the directory and you chmod 755 on it
2) He doesnt, and you create a subdirectoy he owns and can do what he likes with it
3) Install and use sudo
4) Get rbac and use it...

I got it.
Thanks guys for your help.