WHAT IS mv command?

1 answer

Answer

1290032

2026-08-15 10:55

+ Follow

In unix mv command is used to 'move' a file or folder from one location to another. It can also be used for renaming a file or folder. For eg: to change the name of a file 'sample.txt' to 'testfile.txt', mv sample.txt testfile.txt Enter 'mv --help' or 'man mv' in the shell prompt for the manual page of mv command.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.