Answers for "move the file from one linux user to another"

0

move the file from one linux user to another

sudo cp /home/USER1/FNAME /home/USER2/FNAME && sudo chown USER2:USER2 /home/USER2/FNAME
Posted by: Guest on September-17-2021

Code answers related to "move the file from one linux user to another"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language