Creating, Removing, Copying and Moving Files

** Git & GitHub in Practice: Push, Pull & Heal (Part 1 of 3)
Lesson Content
0% Complete

Learning Objectives

  • Create folders and empty files using mkdir and touch
  • Delete files and folders safely using rm, rmdir, and rm -r
  • Copy a file without disturbing the original using cp
  • Move and rename files using mv

Key Topics Covered

  • mkdir
  • touch
  • rm, rmdir, rm -r
  • cp
  • mv (move vs. rename)

Course Outline