Enrollments closing soon for Post Graduate Certificate Program in Applied Data Science & AI By IIT Roorkee | 3 Seats Left

  Apply Now

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...