command-line How to copy a directory and it’s contents to another directory on Linux Posted January 9, 2025 cp -r test1/ test2/ command line