Sunday, January 31, 2021

How to copy file from one user to another user in linux on same machine

sudo cp /home/USER1/FNAME /home/USER2/FNAME && sudo chown USER2:USER2 /home/USER2/FNAME

references:

https://askubuntu.com/questions/551047/copying-files-from-one-user-to-another-in-a-single-machine

No comments:

Post a Comment