To setup a public directory so that one person has write access to your public directory you would
issue these commands: (replacing the loginid-of-friend with their actual login (Mosaic) ID)
% cd
% fs setacl . loginid-of-friend l
% mkdir public
% fs setacl public loginid-of-friend write
Example

The user, dsglenn, now has access to the public directory.