Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

move the file from one linux user to another

sudo cp /home/USER1/FNAME /home/USER2/FNAME && sudo chown USER2:USER2 /home/USER2/FNAME
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #move #file #linux #user
ADD COMMENT
Topic
Name
7+1 =