문제

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

도움이 되었습니까?

해결책

ssh user@server mv /site/includes /

다른 팁

If you are logged in already, try this

mv original_file new_name
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top