Answers for "linux copy files to share space to copy to other users home"

0

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

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

USER2:
cp /tmp/[filename]

USER1:
rm /tmp/[filename]
Posted by: Guest on May-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language