Created
February 14, 2024 12:03
-
-
Save ob1-sc/0812190028d7132be18892372f577a0c to your computer and use it in GitHub Desktop.
Copy file and change ownership
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rsync \ | |
--remove-source-files \ | |
--chown=wanteduser:wantedgroup \ | |
/home/oldfolder /home/newfolder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment