Concept Flow - mv (move and rename)
Start: Have source file/folder
Check destination path
If destination exists?
Yes→Overwrite or Rename
Move and Rename
Move file/folder to destination
End
The mv command moves or renames files/folders by checking the source and destination paths, then performing the move or rename operation.