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