A Linux administrator wants to backup current files in a data directory and store them in a new directory on another disk. Which two commands would be needed? (Choose two.)
Note
Explanation:
The mkdir command is used to create the new directory and the cp command is used to copy files from one directory to another.