Linux Basics

You are currently auditing this course.
20 / 85

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
    

Loading comments...