+ 1
How do we copy files ?
How do we copy files ? cp/home/(your_username)/HelloWorld.c . I tried to write the computer name and file name in the username location, but an error appears
2 Réponses
+ 2
You need a space after cp and also need to specify the destination location.
+ 2
cp <src_path> <dest_path>