Linux mv | Linux Move FileLinux mv command is used to move existing file or directory from one location to another. It is also used to rename a file or directory. If you want to rename a single directory or file then 'mv' option will be better to use. How To Rename a FileWhile renaming a file the inode number of both the files will remain the same. ![]() In the above example, we have renamed file 'docc' into 'document'. But inode number of both the files remains the same. How To Rename a DirectoryDirectories can be renamed in the same way as the files. In this case also inode number will remain the same. ![]() mv Option
Next TopicLinux rename
|