Multiple choice technology Command to copy a file without changing the creation time cp -r cp cp -p cp -R Reveal answer Fill a bubble to check yourself C Correct answer Explanation The cp -p command preserves file attributes including modification/access times, mode, and ownership. cp -r and cp -R recursively copy directories but reset timestamps.