Ejemplo 1: ubuntu mueve la carpeta a otro directorio
sudo mv /root/folder1 /home/folder2/
Ejemplo 2: mover una carpeta / foile a otra ubuntu
//simple example where site-available is initial folder and site enabled is the folder where we transfer the file 000-default.conf
sudo mv /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-enabled/
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)