Answers for "how to move a file from one user to another in linux"

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 "how to move a file from one user to another in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language