Login using Social Account
     Continue with GoogleLogin using your credentials
To copy files and directories we use the cp
command. It's syntax is:
cp source destination
where,
source can contain single or multiple files and directories and
destination can contain a single file or directory.
Please make the copy of myfirstfile.txt to myfirstfile_copy.txt by using the command
cp myfirstfile.txt myfirstfile_copy.txt
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Loading comments...