Linux MV Command

mv command used to move directory from one location to another location using this command.

Syntax

$mv [directory_name] [destination_path]

Example

it will move the demodir to demodir1


$mv demodir demodir1
							
Share Share on Facebook Share on Twitter Share on LinkedIn Pin on Pinterest Share on Stumbleupon Share on Tumblr Share on Reddit Share on Diggit

You may also like this!