Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to move directory via SSH?

Tags:

ssh

mv

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

like image 923
user2915882 Avatar asked Oct 21 '25 05:10

user2915882


1 Answers

ssh user@server mv /site/includes /
like image 93
mnagel Avatar answered Oct 24 '25 10:10

mnagel



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!