Best and safe way to move a big folder

I want to move folder "X" from /var/www/site1 to /var/www/site2...

Is "mv" the best option? (Linux)


Solution 1:

As it is the same file system, mv will do the move just fine in a short amount of time, as no data is actually moved; only references are updated.