Linux Basics

26 / 107

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
    


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...