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

  Apply Now

Linux Basics

32 / 107

Move a file to folder

  1. Create a directory mywork in your home folder

    mkdir mywork
    
  2. Move the file firstfile.txt created earlier to mywork

    mv firstfile.txt mywork
    


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

Loading comments...