2 I have a couple of files that I want to move to another’s user home directory. I don’t have permissions to write to that user’s home directory, but I know his password. I know how to copy the file using scp (see here). However, if I want to move the file, copying and then removing the original file is inefficient.
https://askubuntu.com/questions/587490/move-file-to-another-users-home-directory-without-sudo



