Pregunta

I want to move a the whole 'includes' folder (whole folder with all its files and subfolders) that is located on /site/«HERE» to one folder up (..) via SSH. Can anybody please tell me how to do that?

Thanks

¿Fue útil?

Solución

ssh user@server mv /site/includes /

Otros consejos

If you are logged in already, try this

mv original_file new_name
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top