Linux Basics

You are currently auditing this course.
17 / 85

Copy a file into another directory

  1. Create a directory with a name myproject using the command:

    mkdir myproject
    
  2. Copy the file myfirstfile.txt created in the previous exercise to myproject directory

    cp myfirstfile.txt myproject
    

Loading comments...