linux copy files to share space to copy to other users home

Shell
USER1:
cp [filename] /tmp
chmod 777 /tmp/[filename]

USER2:
cp /tmp/[filename]

USER1:
rm /tmp/[filename]

Source

Also in Shell: