Have you tried using mv? It's likely the safest. rename can also be used but it can be very dangerous on a level close to the traditional 'rm -rf /' command which deletes everything that can be deleted from the root down. The times I tried this on Linux VMs, I got a mass of 'Operation not permitted' or 'Device or resource busy' messages but once the command was done, the system was not bootable.
|