First page Back Continue Last page Overview Graphics
Moving Files and Directories
mv <source> <destination>
- This works for single files and entire directories alike, no need for the -R flag.
If destination doesn't exist, mv practically functions as “rename”.
Notes: