File Management Commands

This section covers commands related to manipulating files and directories in Linux.

  1. Example: `mv file.txt new_file.txt`
  1. Example: `rm file.txt`
  2. For directories: `rm -r directory/`
  1. Example: `touch new_file.txt`
  1. Example: `cat file.txt`